Skip to content

Commit 0de1457

Browse files
committed
cudaPackages.saxpy: use pkgs.autoAddDriverRunpath
1 parent 081607d commit 0de1457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2+
autoAddDriverRunpath,
23
cmake,
34
cudaPackages,
45
lib,
56
}:
67
let
78
inherit (cudaPackages)
8-
autoAddDriverRunpath
99
backendStdenv
1010
cuda_cccl
1111
cuda_cudart

0 commit comments

Comments
 (0)