We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eee599 commit 757e0a3Copy full SHA for 757e0a3
pkgs/tools/package-management/nix/default.nix
@@ -224,7 +224,7 @@ in lib.makeExtensible (self: ({
224
stdenv = overrideSDK stdenv { darwinMinVersion = "10.13"; };
225
})).overrideAttrs (o: {
226
meta.knownVulnerabilities = [
227
- "Nix >= 2.24.0 and master have a vulnerability. Please downgrade from nix_2_24 to nix_2_23"
+ "Nix >= 2.24.0 and master have a vulnerability. Please downgrade from nixVersions.git to nixVersions.nix_2_23"
228
];
229
});
230
0 commit comments