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