Skip to content

Commit

Permalink
Revert CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Apr 5, 2024
1 parent 54cf619 commit e752c46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: rm -rf /opt&
- run: nix-build --keep-going --impure
env:
NIXPKGS_ALLOW_UNFREE: 1
- run: nix-build --keep-going
tests-flakes:
strategy:
matrix:
Expand All @@ -32,7 +30,5 @@ jobs:
name: pre-commit-hooks
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: rm -rf /opt&
- run: nix flake check -L --show-trace --impure
env:
NIXPKGS_ALLOW_UNFREE: 1
- run: nix flake check -L --show-trace
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 comments on commit e752c46

Please sign in to comment.