cudaPackages.tests.redists-unpacked: init
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
cudaNamePrefix,
|
||||
cudaPackages,
|
||||
lib,
|
||||
linkFarm,
|
||||
}:
|
||||
linkFarm "${cudaNamePrefix}-redists-unpacked" (
|
||||
lib.concatMapAttrs (
|
||||
name: attr:
|
||||
lib.optionalAttrs (attr ? passthru.redistName && attr.src or null != null) {
|
||||
${name} = attr.src;
|
||||
}
|
||||
) cudaPackages
|
||||
)
|
||||
Reference in New Issue
Block a user