cudaPackages.tests.redists-installed: make broken assertion more descriptive

Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
Connor Baker
2025-10-23 15:37:27 -07:00
parent 5dcd809d75
commit 29d82a12fb
@@ -40,7 +40,9 @@ linkedWithoutLicenses.overrideAttrs (
brokenAssertions = prevAttrs.passthru.brokenAssertions or [ ] ++ [
{
message = "No redists are available for the current platform (${backendStdenv.hostNixSystem}); ensure proper licenses are allowed";
message =
"No redists are available for the current NVIDIA system identifier (${backendStdenv.hostRedistSystem});"
+ " ensure proper licenses are allowed and that the CUDA version in use supports the system";
assertion = availableRedistsForPlatform != { };
}
];