Merge pull request #49758 from LumiGuide/fix-shellhook-ignore-haskell

haskellPackages.*.env: Fixed shellHook being ignored
This commit is contained in:
Silvan Mosberger
2018-11-04 19:07:40 +01:00
committed by GitHub

View File

@@ -443,6 +443,7 @@ stdenv.mkDerivation ({
env = shellFor {
packages = p: [ drv ];
inherit shellHook;
};
};