haskellPackages.*.env: Fixed shellHook being ignored
The problem was introduced in 2bafa93b75464eee5744653319d8046e05cf141a
This commit is contained in:
parent
34bf218b16
commit
0ff9a7a2cd
@ -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