mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
haskellPackages.*.env: Fixed shellHook being ignored
The problem was introduced in 2bafa93b75
This commit is contained in:
@@ -443,6 +443,7 @@ stdenv.mkDerivation ({
|
||||
|
||||
env = shellFor {
|
||||
packages = p: [ drv ];
|
||||
inherit shellHook;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user