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.
nix flake check
1 parent f4fe98b commit cb3e0b6Copy full SHA for cb3e0b6
.github/workflows/nix-flake.yml
@@ -29,4 +29,7 @@ jobs:
29
name: hackage-server
30
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
31
- run: nix build
32
- # - run: nix flake check
+
33
+ # allow error until Flake check is improved
34
+ - continue-on-error: true
35
+ run: nix flake check
0 commit comments