Merge pull request #258432 from ElvishJerricco/nix-unstable-downgrade-2.18-2.17

Revert "nixVersions.unstable: 2.17 -> 2.18"
This commit is contained in:
K900 2023-10-01 19:09:33 +03:00 committed by GitHub
commit 567e536f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ in lib.makeExtensible (self: ({
stable = self.nix_2_17; stable = self.nix_2_17;
unstable = self.nix_2_18; unstable = self.stable;
} // lib.optionalAttrs config.allowAliases { } // lib.optionalAttrs config.allowAliases {
nix_2_4 = throw "nixVersions.nix_2_4 has been removed"; nix_2_4 = throw "nixVersions.nix_2_4 has been removed";