1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskellPackages.*.env: Fixed shellHook being ignored

The problem was introduced in 2bafa93b75
This commit is contained in:
Falco Peijnenburg 2018-11-04 17:03:35 +01:00
parent 34bf218b16
commit 0ff9a7a2cd

View file

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