ci: update check step

It now actually checks instead of cheaply check.
This commit is contained in:
Gabriel Arazas 2023-10-20 19:05:23 +08:00
parent 5ca767848c
commit 55902c8008
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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"