Default to the rustEnv for the shell

This commit is contained in:
Graham Christensen 2017-12-04 20:55:44 -05:00
parent fd08bce899
commit 7e547c8aaf
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -19,7 +19,6 @@ let
];
# HISTFILE = "${src}/.bash_hist";
passthru.rustEnv = rustEnv;
};
rustEnv = stdenv.mkDerivation rec {
@ -36,7 +35,8 @@ let
];
HISTFILE = "${toString ./.}/.bash_hist";
passthru.phpEnv = phpEnv;
};
in phpEnv
in rustEnv