Skip to content

Commit bfe244b

Browse files
committed
nvidia-container-toolkit: use autoAddDriverRunpath
1 parent 771398e commit bfe244b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nv/nvidia-container-toolkit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
, configTemplate ? null
1111
, configTemplatePath ? null
1212
, libnvidia-container
13-
, cudaPackages
13+
, autoAddDriverRunpath
1414
}:
1515

1616
assert configTemplate != null -> (lib.isAttrs configTemplate && configTemplatePath == null);
@@ -87,7 +87,7 @@ buildGoModule rec {
8787
];
8888

8989
nativeBuildInputs = [
90-
cudaPackages.autoAddDriverRunpath
90+
autoAddDriverRunpath
9191
makeWrapper
9292
];
9393

0 commit comments

Comments
 (0)