Skip to content

Commit 613f5eb

Browse files
authored
Merge pull request #1248 from peterbecich/mac-nix-flake-develop
fix `nix develop` on Mac
2 parents f52a15d + f74bedf commit 613f5eb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/nix-flake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3131
- run: nix build
3232

33-
# allow error until Flake check is improved
34-
- continue-on-error: true
33+
- continue-on-error: false
3534
run: nix flake check

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040

4141
# https://github.com/haskell/hackage-server/pull/1219#issuecomment-1597140858
4242
# glibc
43-
# icu67
44-
# zlib
43+
icu67
44+
zlib
4545
openssl
46-
cryptodev
46+
# cryptodev
4747
pkg-config
4848
brotli
4949

0 commit comments

Comments
 (0)