Skip to content

Commit e752c46

Browse files
committed
Revert CI changes
1 parent 54cf619 commit e752c46

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
name: pre-commit-hooks
1717
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
1818
- run: rm -rf /opt&
19-
- run: nix-build --keep-going --impure
20-
env:
21-
NIXPKGS_ALLOW_UNFREE: 1
19+
- run: nix-build --keep-going
2220
tests-flakes:
2321
strategy:
2422
matrix:
@@ -32,7 +30,5 @@ jobs:
3230
name: pre-commit-hooks
3331
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
3432
- run: rm -rf /opt&
35-
- run: nix flake check -L --show-trace --impure
36-
env:
37-
NIXPKGS_ALLOW_UNFREE: 1
33+
- run: nix flake check -L --show-trace
3834
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 commit comments

Comments
 (0)