Avoid build tools during nix-build

This commit is contained in:
Sridhar Ratnakumar 2022-03-17 10:19:33 -04:00
parent 276adaf7d8
commit 4721029d73

View file

@ -32,7 +32,7 @@
# Assumes that you have the 'NanoID' flake input defined.
};
modifier = drv:
pkgs.haskell.lib.addBuildTools drv (with hp; [
pkgs.haskell.lib.addBuildTools drv (with hp; pkgs.lib.lists.optionals returnShellEnv [
# Specify your build/dev dependencies here.
cabal-fmt
cabal-install