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
commit 1dd6445252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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