Skip to content

Commit

Permalink
haskellPackages.*.env: Fixed shellHook being ignored
Browse files Browse the repository at this point in the history
The problem was introduced in 2bafa93

(cherry picked from commit 0ff9a7a)
  • Loading branch information
FPtje authored and basvandijk committed Nov 4, 2018
1 parent 6ea2f78 commit bf7930d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/generic-builder.nix
Expand Up @@ -440,6 +440,7 @@ stdenv.mkDerivation ({

env = shellFor {
packages = p: [ drv ];
inherit shellHook;
};

};
Expand Down

0 comments on commit bf7930d

Please sign in to comment.