mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixUnstable: bump
This commit is contained in:
parent
0f9b3ef24a
commit
52aa2afdcd
2 changed files with 3 additions and 6 deletions
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nix-1.7pre3576_2b6c8ef";
|
||||
name = "nix-1.8pre3636_9d0709e";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://hydra.nixos.org/build/10201398/download/5/${name}.tar.xz";
|
||||
sha256 = "7a735ac859a88a7042b1a7f33f3ab94e9374a0695c68cceb63d4536a79986236";
|
||||
url = "http://hydra.nixos.org/build/11854244/download/5/${name}.tar.xz";
|
||||
sha256 = "13h32d4nbkhvxhj9nyamxf6mfsi7mzvjz1bhyy63088vx468nhmm";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
|
|
@ -10917,13 +10917,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";
|
||||
};
|
||||
*/
|
||||
|
||||
nixops = callPackage ../tools/package-management/nixops { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue