nix: Update to latest unstable version

This commit is contained in:
Eelco Dolstra 2012-08-18 17:54:22 -04:00
parent b32844654b
commit 006e3fbf46
2 changed files with 3 additions and 7 deletions

View File

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "nix-1.1pre2749_ccc52ad";
name = "nix-1.1pre2789_7671018";
src = fetchurl {
url = "http://hydra.nixos.org/build/2841643/download/4/${name}.tar.bz2";
sha256 = "eae2135dd70d2734080ee644a597e131f60e71991dbabdabf67ab0818ff1f6fc";
url = "http://hydra.nixos.org/build/2949617/download/4/${name}.tar.bz2";
sha256 = "64ae790a7326893dc92f77c297862c4a74b1381c17b5fc559428fb7988421109";
};
buildNativeInputs = [ perl pkgconfig ];

View File

@ -8642,14 +8642,10 @@ let
stateDir = getConfig [ "nix" "stateDir" ] "/nix/var";
};
nixUnstable = nix;
/*
nixUnstable = callPackage ../tools/package-management/nix/unstable.nix {
storeDir = getConfig [ "nix" "storeDir" ] "/nix/store";
stateDir = getConfig [ "nix" "stateDir" ] "/nix/var";
};
*/
nixCustomFun = src: preConfigure: enableScripts: configureFlags:
import ../tools/package-management/nix/custom.nix {