nixVersions.nixComponents_2_27: fix error message

This commit is contained in:
Jörg Thalheim
2025-04-13 23:11:15 +02:00
parent fe24d8526f
commit 011cd12d42
@@ -235,7 +235,7 @@ lib.makeExtensible (
) (lib.range 4 23)
)
// {
nixComponents_2_27 = throw "nixComponents_2_27 has been removed. use nixComponents_2_28.";
nixComponents_2_27 = throw "nixComponents_2_27 has been removed. use nixComponents_git.";
nix_2_27 = throw "nix_2_27 has been removed. use nix_2_28.";
nix_2_25 = throw "nix_2_25 has been removed. use nix_2_28.";