Skip to content

Commit 66b556f

Browse files
committed
cudaPackages.nccl: use pkgs.autoAddDriverRunpath
1 parent c8f981b commit 66b556f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/cuda-modules/nccl/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
fetchFromGitHub,
77
python3,
88
which,
9+
autoAddDriverRunpath,
910
cudaPackages,
1011
# passthru.updateScript
1112
gitUpdater,
1213
}:
1314
let
1415
inherit (cudaPackages)
15-
autoAddDriverRunpath
1616
backendStdenv
1717
cuda_cccl
1818
cuda_cudart

0 commit comments

Comments
 (0)