File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
by-name/ni/nix-plugin-pijul
tools/package-management/nix Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff 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 = {
Original file line number Diff line number Diff 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=" ;
You can’t perform that action at this time.
0 commit comments