shell.nix - install zlib

This commit is contained in:
John MacFarlane 2021-02-02 14:47:14 -08:00
parent defad03ce1
commit d8e4bbca4c

View file

@ -92,6 +92,7 @@ let
ghc = haskellPackages.ghcWithPackages haskellDeps;
nixPackages = [
pkgs.zlib
ghc
pkgs.gdb
haskellPackages.ghcid