nix_2_3: init @ 2.3.16

This commit is contained in:
Bernardo Meurer 2021-11-01 23:54:06 -07:00
parent 93e7820449
commit 971f4a097c
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246
2 changed files with 4 additions and 1 deletions

View file

@ -218,7 +218,9 @@ in rec {
nix = nixStable;
nixStable = callPackage common (rec {
nixStable = nix_2_3;
nix_2_3 = callPackage common (rec {
pname = "nix";
version = "2.3.16";
src = fetchurl {

View file

@ -32252,6 +32252,7 @@ with pkgs;
})
nix
nixStable
nix_2_3
nix_2_4
nixUnstable;