Skip to content

Commit 7b901bb

Browse files
committed
Add NIXPKGS_ALLOW_UNFREE env variable to CI workflow
1 parent d82d9b6 commit 7b901bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
name: pre-commit-hooks
1717
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
1818
- run: nix-build --keep-going
19+
env:
20+
NIXPKGS_ALLOW_UNFREE: 1
1921
tests-flakes:
2022
strategy:
2123
matrix:
@@ -29,4 +31,6 @@ jobs:
2931
name: pre-commit-hooks
3032
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
3133
- run: nix flake check --show-trace
34+
env:
35+
NIXPKGS_ALLOW_UNFREE: 1
3236
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 commit comments

Comments
 (0)