Skip to content

Commit

Permalink
nixVersions.git: improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth authored and cole-h committed Sep 10, 2024
1 parent 4eee599 commit 757e0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 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"
];
});

Expand Down

0 comments on commit 757e0a3

Please sign in to comment.