Expose the nixpkgs we're using (jobsets.nix uses)

This commit is contained in:
Ryan Trinkle 2018-11-17 18:48:37 -05:00
parent 17768c9a02
commit 68b26dad4e
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@ drv = haskellPackages.developPackage {
configureFlags =
pkgs.stdenv.lib.optional doTracing "--flags=tracing"
++ pkgs.stdenv.lib.optional doStrict "--ghc-options=-Werror";
passthru = {
nixpkgs = pkgs;
};
});
inherit returnShellEnv;