nixUnstable: Update to 1.10pre4200_76cc8e9

Also unify the nixStable and nixUnstable expressions.
This commit is contained in:
Eelco Dolstra
2015-07-30 12:01:40 +02:00
parent 0743aaf878
commit 8a5000cc78
4 changed files with 85 additions and 149 deletions

View File

@@ -8,7 +8,7 @@ pkgs.releaseTools.makeSourceTarball {
officialRelease = false; # FIXME: fix this in makeSourceTarball
inherit version versionSuffix;
buildInputs = [ pkgs.nixUnstable ];
buildInputs = [ pkgs.nix ];
expr = builtins.readFile ./channel-expr.nix;