Merge pull request #49758 from LumiGuide/fix-shellhook-ignore-haskell
haskellPackages.*.env: Fixed shellHook being ignored
This commit is contained in:
@@ -443,6 +443,7 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
env = shellFor {
|
env = shellFor {
|
||||||
packages = p: [ drv ];
|
packages = p: [ drv ];
|
||||||
|
inherit shellHook;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user