@@ -226,15 +276,20 @@ in lib.makeExtensible (self: ({
# Read ./README.md before bumping a major release
stable=addFallbackPathsCheckself.nix_2_24;
}//lib.optionalAttrsconfig.allowAliases(
lib.listToAttrs(map(
}
//lib.optionalAttrsconfig.allowAliases(
lib.listToAttrs(
map(
minor:
let
attr="nix_2_${toStringminor}";
in
lib.nameValuePairattr(throw"${attr} has been removed")
)(lib.range423))
)(lib.range423)
)
//{
unstable=throw"nixVersions.unstable has been removed. For bleeding edge (Nix master, roughly weekly updated) use nixVersions.git, otherwise use nixVersions.latest.";