We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82d9b6 commit 59000fbCopy full SHA for 59000fb
.github/workflows/ci.yaml
@@ -15,7 +15,9 @@ jobs:
15
with:
16
name: pre-commit-hooks
17
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
18
- - run: nix-build --keep-going
+ - run: nix-build --keep-going --impure
19
+ env:
20
+ NIXPKGS_ALLOW_UNFREE: 1
21
tests-flakes:
22
strategy:
23
matrix:
@@ -28,5 +30,7 @@ jobs:
28
30
29
31
32
- - run: nix flake check --show-trace
33
+ - run: nix flake check --show-trace --impure
34
35
36
- run: nix eval .#lib.x86_64-linux.run --show-trace
0 commit comments