mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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
|
||||
extra_nix_config: |
|
||||
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
|
||||
run: |
|
||||
for nixosHost in ni graphical-installer bootstrap; do
|
||||
|
Loading…
Reference in New Issue
Block a user