Speed up nix-shell

This commit is contained in:
Eelco Dolstra 2014-08-04 17:07:12 +02:00
parent 51485dcda2
commit 7a60ff9a62

View file

@ -19,7 +19,7 @@ let
name = "nix-tarball";
version = builtins.readFile ./version;
versionSuffix = if officialRelease then "" else "pre${toString nix.revCount}_${nix.shortRev}";
src = nix;
src = if lib.inNixShell then null else nix;
inherit officialRelease;
buildInputs =