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:
Silvan Mosberger
2024-01-08 23:14:33 +01:00
committed by GitHub
@@ -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 =