Skip to content

Commit 1b2d9c6

Browse files
committed
attempt to fix Flake on Mac
1 parent 5ca63d1 commit 1b2d9c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
# Setting to null should remove this tool from defaults.
3535
ghcid = null;
3636
haskell-language-server = null;
37-
3837
inherit (pkgs)
3938
cabal-install
4039
ghc
4140

42-
glibc
43-
icu67
44-
zlib
41+
# https://github.com/haskell/hackage-server/pull/1219#issuecomment-1597140858
42+
# glibc
43+
# icu67
44+
# zlib
4545
openssl
4646
cryptodev
4747
pkg-config

0 commit comments

Comments
 (0)