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.
2 parents f4fe98b + cb3e0b6 commit f52a15dCopy full SHA for f52a15d
.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