mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +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:
parent
0236cc5d88
commit
93a963f347
2 changed files with 3 additions and 7 deletions
|
@ -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 ];
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue