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 f52a15d + f74bedf commit 613f5ebCopy full SHA for 613f5eb
.github/workflows/nix-flake.yml
@@ -30,6 +30,5 @@ jobs:
30
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
31
- run: nix build
32
33
- # allow error until Flake check is improved
34
- - continue-on-error: true
+ - continue-on-error: false
35
run: nix flake check
flake.nix
@@ -40,10 +40,10 @@
40
41
# https://github.com/haskell/hackage-server/pull/1219#issuecomment-1597140858
42
# glibc
43
- # icu67
44
- # zlib
+ icu67
+ zlib
45
openssl
46
- cryptodev
+ # cryptodev
47
pkg-config
48
brotli
49
0 commit comments