mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
Revert "nixVersions.git: improve error message"
This reverts commit 757e0a34b7.
This commit is contained in:
@@ -224,7 +224,7 @@ in lib.makeExtensible (self: ({
|
||||
stdenv = overrideSDK stdenv { darwinMinVersion = "10.13"; };
|
||||
})).overrideAttrs (o: {
|
||||
meta.knownVulnerabilities = [
|
||||
"Nix >= 2.24.0 and master have a vulnerability. Please downgrade from nixVersions.git to nixVersions.nix_2_23"
|
||||
"Nix >= 2.24.0 and master have a vulnerability. Please downgrade from nix_2_24 to nix_2_23"
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user