mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
nixVersions.nix_2_23: init at 2.23.3
Backport 2.23.3 to also allow testing of this nix version on stable nixpkgs. We leave the _latest attribute untouched on purpose to not cause unexpected breakages. Not backporting the commits directly, since they also introcuded other unwanted changes.
This commit is contained in:
parent
8c4026bfef
commit
1410fc00f7
@ -178,6 +178,12 @@ in lib.makeExtensible (self: ({
|
||||
self_attribute_name = "nix_2_22";
|
||||
};
|
||||
|
||||
nix_2_23 = common {
|
||||
version = "2.23.3";
|
||||
hash = "sha256-lAoLGVIhRFrfgv7wcyduEkyc83QKrtsfsq4of+WrBeg=";
|
||||
self_attribute_name = "nix_2_23";
|
||||
};
|
||||
|
||||
git = (common rec {
|
||||
version = "2.24.0";
|
||||
suffix = "pre20240709_${lib.substring 0 8 src.rev}";
|
||||
|
Loading…
Reference in New Issue
Block a user