mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
nvidia-container-toolkit: use autoAddDriverRunpath
This commit is contained in:
parent
771398e0cd
commit
bfe244b234
@ -10,7 +10,7 @@
|
||||
, configTemplate ? null
|
||||
, configTemplatePath ? null
|
||||
, libnvidia-container
|
||||
, cudaPackages
|
||||
, autoAddDriverRunpath
|
||||
}:
|
||||
|
||||
assert configTemplate != null -> (lib.isAttrs configTemplate && configTemplatePath == null);
|
||||
@ -87,7 +87,7 @@ buildGoModule rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cudaPackages.autoAddDriverRunpath
|
||||
autoAddDriverRunpath
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user