Merge pull request #279684 from tweag/fix-cuda-eval-darwin
cudaPackages.cuda-library-samples: Only enable on Linux, fix channel
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
let
|
||||
# Samples are built around the CUDA Toolkit, which is not available for
|
||||
# aarch64. Check for both CUDA version and platform.
|
||||
platformIsSupported = hostPlatform.isx86_64;
|
||||
platformIsSupported = hostPlatform.isx86_64 && hostPlatform.isLinux;
|
||||
|
||||
# Build our extension
|
||||
extension =
|
||||
|
||||
Reference in New Issue
Block a user