release.nix: pass through haskellPackages

This commit is contained in:
Vaibhav Sagar 2019-09-26 11:06:27 -04:00
parent 4ffe04ae8e
commit bfa80bce5c

View File

@ -92,6 +92,7 @@ nixpkgs.buildEnv {
'';
passthru = {
inherit haskellPackages;
inherit ihaskellEnv;
inherit jupyterlab;
inherit ihaskellJupyterCmdSh;