cudaPackages: remove cusparselt alias

Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
Connor Baker
2025-10-23 14:38:50 -07:00
parent b0f246bcbd
commit 5dcd809d75
@@ -9,9 +9,4 @@ in
final: _:
builtins.mapAttrs mkRenamed {
# A comment to prevent empty { } from collapsing into a single line
cusparselt = {
path = "cudaPackages.libcusparse_lt";
package = final.libcusparse_lt;
};
}