···191 hash = "sha256-QMYAkdtU+g9HlZKtoJ+AI6TbWzzovKGnPZJHfZdclc8=";
192 };
19300000194 # The minimum Nix version supported by Nixpkgs
195 # Note that some functionality *might* have been backported into this Nix version,
196 # making this package an inaccurate representation of what features are available
···210211 stable = self.nix_2_17;
212213- unstable = self.stable;
214} // lib.optionalAttrs config.allowAliases {
215 nix_2_4 = throw "nixVersions.nix_2_4 has been removed";
216
···191 hash = "sha256-QMYAkdtU+g9HlZKtoJ+AI6TbWzzovKGnPZJHfZdclc8=";
192 };
193194+ nix_2_18 = common {
195+ version = "2.18.0";
196+ hash = "sha256-ggISAuGpTkKp6JXt1BbcLtLDYOPECWqrVnPVgQEFHYc=";
197+ };
198+199 # The minimum Nix version supported by Nixpkgs
200 # Note that some functionality *might* have been backported into this Nix version,
201 # making this package an inaccurate representation of what features are available
···215216 stable = self.nix_2_17;
217218+ unstable = self.nix_2_18;
219} // lib.optionalAttrs config.allowAliases {
220 nix_2_4 = throw "nixVersions.nix_2_4 has been removed";
221