From 7e547c8aafc3e513ac537a06a76e943aa4cf1f95 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 4 Dec 2017 20:55:44 -0500 Subject: [PATCH] Default to the rustEnv for the shell --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index b635d90..86ecd5e 100644 --- a/shell.nix +++ b/shell.nix @@ -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