···191191 hash = "sha256-QMYAkdtU+g9HlZKtoJ+AI6TbWzzovKGnPZJHfZdclc8=";
192192 };
193193194194+ nix_2_18 = common {
195195+ version = "2.18.0";
196196+ hash = "sha256-ggISAuGpTkKp6JXt1BbcLtLDYOPECWqrVnPVgQEFHYc=";
197197+ };
198198+194199 # The minimum Nix version supported by Nixpkgs
195200 # Note that some functionality *might* have been backported into this Nix version,
196201 # making this package an inaccurate representation of what features are available
···210215211216 stable = self.nix_2_17;
212217213213- unstable = self.stable;
218218+ unstable = self.nix_2_18;
214219} // lib.optionalAttrs config.allowAliases {
215220 nix_2_4 = throw "nixVersions.nix_2_4 has been removed";
216221