diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ in rec { # nix develop devShells.default = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ ghc cabal-install lychee ]; + nativeBuildInputs = with pkgs; [ ghc cabal-install lychee zlib ]; }; # nix build . |