Skip to content

Commit

Permalink
make nix check impure, as devenv fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kloenk committed Jul 4, 2023
1 parent 31d48ac commit 6bd4f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
name: fleetyards
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix build -L
- run: nix flake check
- run: nix flake check --impure

0 comments on commit 6bd4f6e

Please sign in to comment.