forked from mirrors/nixpkgs
haskellPackages.*.env: Fixed shellHook being ignored
The problem was introduced in 2bafa93b75
This commit is contained in:
parent
34bf218b16
commit
0ff9a7a2cd
|
@ -443,6 +443,7 @@ stdenv.mkDerivation ({
|
|||
|
||||
env = shellFor {
|
||||
packages = p: [ drv ];
|
||||
inherit shellHook;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue