mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: enable keep-going
for building packages
This commit is contained in:
parent
7cdadd4a04
commit
9c219e667b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
||||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
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' }}
|
||||
@ -39,6 +41,8 @@ jobs:
|
||||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
keep-going = true
|
||||
- name: Build NixOS configurations
|
||||
run: |
|
||||
nix build .#nixosConfigurations.ni.config.system.build.toplevel --impure
|
||||
|
Loading…
Reference in New Issue
Block a user