1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixUnstable: Update to the latest

This is mostly to get rid of those annoying Perl warnings in NixOS...
This commit is contained in:
Eelco Dolstra 2013-03-18 22:35:33 +01:00
parent 0236cc5d88
commit 93a963f347
2 changed files with 3 additions and 7 deletions

View file

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "nix-1.4pre3056_79a3ba7";
name = "nix-1.5.2pre3079_c3fc60d";
src = fetchurl {
url = "http://hydra.nixos.org/build/4070551/download/5/${name}.tar.xz";
sha256 = "7478fd6fea91ec094645e8487b9ef001abd300703d79e04743f4d212469cf13d";
url = "http://hydra.nixos.org/build/4445767/download/5/${name}.tar.xz";
sha256 = "0422ceb1439cf1140e86f86514bdcb04b0706881ea31a9f6ee5206b9faad009b";
};
nativeBuildInputs = [ perl pkgconfig ];

View file

@ -8910,14 +8910,10 @@ let
stateDir = config.nix.stateDir or "/nix/var";
};
nixUnstable = nixStable;
/*
nixUnstable = callPackage ../tools/package-management/nix/unstable.nix {
storeDir = config.nix.storeDir or "/nix/store";
stateDir = config.nix.stateDir or "/nix/var";
};
*/
nut = callPackage ../applications/misc/nut { };