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 54cf619 commit e752c46Copy full SHA for e752c46
.github/workflows/ci.yaml
@@ -16,9 +16,7 @@ jobs:
16
name: pre-commit-hooks
17
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
18
- run: rm -rf /opt&
19
- - run: nix-build --keep-going --impure
20
- env:
21
- NIXPKGS_ALLOW_UNFREE: 1
+ - run: nix-build --keep-going
22
tests-flakes:
23
strategy:
24
matrix:
@@ -32,7 +30,5 @@ jobs:
32
30
33
31
34
35
- - run: nix flake check -L --show-trace --impure
36
37
+ - run: nix flake check -L --show-trace
38
- run: nix eval .#lib.x86_64-linux.run --show-trace
0 commit comments