mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
ci: push profiles to binary cache
This commit is contained in:
parent
86c2baa7f7
commit
1e18d8b6c7
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -43,6 +43,12 @@ jobs:
|
|||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
keep-going = true
|
keep-going = true
|
||||||
|
- name: Prepare push to binary cache
|
||||||
|
uses: cachix/cachix-action@v10
|
||||||
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
with:
|
||||||
|
name: foo-dogsquared
|
||||||
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Build Nix profiles
|
- name: Build Nix profiles
|
||||||
run: |
|
run: |
|
||||||
for nixosHost in ni graphical-installer bootstrap; do
|
for nixosHost in ni graphical-installer bootstrap; do
|
||||||
|
Loading…
Reference in New Issue
Block a user