mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
nix_2_5: init at 2.5.1
This commit is contained in:
parent
f0fe5e9ba0
commit
1df2988b36
@ -258,6 +258,24 @@ in rec {
|
||||
inherit storeDir stateDir confDir;
|
||||
});
|
||||
|
||||
nix_2_5 = callPackage common (rec {
|
||||
pname = "nix";
|
||||
version = "2.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nix";
|
||||
rev = version;
|
||||
sha256 = "sha256-GOsiqy9EaTwDn2PLZ4eFj1VkXcBUbqrqHehRE9GuGdU=";
|
||||
};
|
||||
|
||||
boehmgc = boehmgc_nixUnstable;
|
||||
|
||||
patches = [ installNlohmannJsonPatch ];
|
||||
|
||||
inherit storeDir stateDir confDir;
|
||||
});
|
||||
|
||||
nixUnstable = lib.lowPrio (callPackage common rec {
|
||||
pname = "nix";
|
||||
version = "2.5${suffix}";
|
||||
|
@ -32675,6 +32675,7 @@ with pkgs;
|
||||
nixStable
|
||||
nix_2_3
|
||||
nix_2_4
|
||||
nix_2_5
|
||||
nixUnstable;
|
||||
|
||||
nixStatic = pkgsStatic.nix;
|
||||
|
Loading…
Reference in New Issue
Block a user