nix_2_4: init at 2.4pre-rc1

This commit is contained in:
Bernardo Meurer
2021-10-07 16:04:10 -07:00
parent f4cc15d072
commit f7a1df9555
2 changed files with 17 additions and 0 deletions
@@ -231,6 +231,22 @@ in rec {
inherit storeDir stateDir confDir;
});
nix_2_4 = callPackage common (rec {
pname = "nix";
version = "2.4pre-rc1";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = version;
sha256 = "sha256-KOb8etMm5LksvT2l+CkvqzMO1bgmo9tJmyaNh0LvaR8=";
};
boehmgc = boehmgc_nixUnstable;
inherit storeDir stateDir confDir;
});
nixUnstable = lib.lowPrio (callPackage common rec {
pname = "nix";
version = "2.5${suffix}";
+1
View File
@@ -31865,6 +31865,7 @@ with pkgs;
})
nix
nixStable
nix_2_4
nixUnstable;
nixStatic = pkgsStatic.nix;