Skip to content

Commit

Permalink
Add NIXPKGS_ALLOW_UNFREE env variable to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Mar 27, 2024
1 parent d82d9b6 commit 7b901bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix-build --keep-going
env:
NIXPKGS_ALLOW_UNFREE: 1
tests-flakes:
strategy:
matrix:
Expand All @@ -29,4 +31,6 @@ jobs:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix flake check --show-trace
env:
NIXPKGS_ALLOW_UNFREE: 1
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 comments on commit 7b901bb

Please sign in to comment.