about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2024-03-30 11:19:45 -0700
committerJonathan Ringer <jonringer117@gmail.com>2024-03-30 11:19:45 -0700
commit66b556fa4818725854d2ee85e2b5ae33409a5ef1 (patch)
treea8a82bd8130c9fec4c98f595e54733c235ba1441
parentc8f981bfaa8b59ad34cb11f0110af84ce5ae04a5 (diff)
cudaPackages.nccl: use pkgs.autoAddDriverRunpath
-rw-r--r--pkgs/development/cuda-modules/nccl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/cuda-modules/nccl/default.nix b/pkgs/development/cuda-modules/nccl/default.nix
index e3d10b79386f9..fe99b31e12a89 100644
--- a/pkgs/development/cuda-modules/nccl/default.nix
+++ b/pkgs/development/cuda-modules/nccl/default.nix
@@ -6,13 +6,13 @@
   fetchFromGitHub,
   python3,
   which,
+  autoAddDriverRunpath,
   cudaPackages,
   # passthru.updateScript
   gitUpdater,
 }:
 let
   inherit (cudaPackages)
-    autoAddDriverRunpath
     backendStdenv
     cuda_cccl
     cuda_cudart