ci: update check flags

This commit is contained in:
Gabriel Arazas 2023-07-28 23:23:31 +08:00
parent bcaa9e5319
commit 3a933db84d
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 uses: DeterminateSystems/flake-checker-action@v5
- name: Check flake outputs - name: Check flake outputs
run: | run: |
nix flake check --impure --no-build nix flake check --impure --no-build --accept-flake-config
env: env:
NIXPKGS_ALLOW_BROKEN: "1" NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_UNFREE: "1"