mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: update check step
It now actually checks instead of cheaply check.
This commit is contained in:
parent
5ca767848c
commit
55902c8008
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
uses: DeterminateSystems/flake-checker-action@v5
|
||||
- name: Check flake outputs
|
||||
run: |
|
||||
nix flake check --impure --no-build --accept-flake-config
|
||||
nix flake check --impure --accept-flake-config --keep-going
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
|
Loading…
Reference in New Issue
Block a user