Skip to content

Commit cf12b6d

Browse files
committed
nixVersions.{nix_2_20,nix_2_21,nix_2_22,nix_2_23}: drop
1 parent 9443f54 commit cf12b6d

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

pkgs/by-name/ni/nix-plugin-pijul/package.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ in stdenv.mkDerivation (finalAttrs: {
7575
git = localRepoCheck nixVersions.git;
7676
nix_2_18 = localRepoCheck nixVersions.nix_2_18;
7777
nix_2_19 = localRepoCheck nixVersions.nix_2_19;
78-
nix_2_20 = localRepoCheck nixVersions.nix_2_20;
79-
nix_2_21 = localRepoCheck nixVersions.nix_2_21;
80-
nix_2_22 = localRepoCheck nixVersions.nix_2_22;
81-
nix_2_23 = localRepoCheck nixVersions.nix_2_23;
8278
};
8379

8480
meta = {

pkgs/tools/package-management/nix/default.nix

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -185,30 +185,6 @@ in lib.makeExtensible (self: ({
185185
self_attribute_name = "nix_2_19";
186186
};
187187

188-
nix_2_20 = common {
189-
version = "2.20.9";
190-
hash = "sha256-b7smrbPLP/wcoBFCJ8j1UDNj0p4jiKT/6mNlDdlrOXA=";
191-
self_attribute_name = "nix_2_20";
192-
};
193-
194-
nix_2_21 = common {
195-
version = "2.21.5";
196-
hash = "sha256-/+TLpd6hvYMJFoeJvVZ+bZzjwY/jP6CxJRGmwKcXbI0=";
197-
self_attribute_name = "nix_2_21";
198-
};
199-
200-
nix_2_22 = common {
201-
version = "2.22.4";
202-
hash = "sha256-JWjJzMA+CeyImMgP2dhSBHQW4CS8wg7fc2zQ4WdKuBo=";
203-
self_attribute_name = "nix_2_22";
204-
};
205-
206-
nix_2_23 = common {
207-
version = "2.23.4";
208-
hash = "sha256-rugH4TUicHEdVfy3UuAobFIutqbuVco8Yg/z81g7clE=";
209-
self_attribute_name = "nix_2_23";
210-
};
211-
212188
nix_2_24 = common {
213189
version = "2.24.10";
214190
hash = "sha256-XdeVy1/d6DEIYb3nOA6JIYF4fwMKNxtwJMgT3pHi+ko=";

0 commit comments

Comments
 (0)