Avoid build tools during nix-build
This commit is contained in:
parent
276adaf7d8
commit
4721029d73
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue