Conditionally enable cuda on llvm-intel

This commit is contained in:
2026-03-16 15:37:54 +01:00
parent 1e99b944b5
commit 0b4f84e2a4

View File

@@ -19,8 +19,10 @@
symlinkJoin,
zlib,
config,
cudaPackages ? null,
enableCuda ? true,
enableCuda ? config.cudaSupport,
}:
let