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 200fbd4 commit 0d676caCopy full SHA for 0d676ca
.github/workflows/ci.yaml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
name: pre-commit-hooks
17
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
18
+ - run: rm -rf /opt&
19
- run: nix-build --keep-going
20
tests-flakes:
21
strategy:
@@ -28,5 +29,6 @@ jobs:
28
29
30
31
32
33
- run: nix flake check --show-trace
34
- run: nix eval .#lib.x86_64-linux.run --show-trace
0 commit comments