Skip to content

Commit

Permalink
Pass no-allow-import-from-derivation to flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
josh authored Aug 2, 2024
1 parent 97cc3da commit b2395b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- name: Check flake
run: |
nix flake check --all-systems
nix --no-allow-import-from-derivation \
flake check --all-systems
checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2395b9

Please sign in to comment.