prometheus-dcgm-exporter: use pkgs.autoAddDriverRunpath
This commit is contained in:
parent
13b0f46825
commit
611761a4d8
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, cudaPackages
|
||||
, autoAddDriverRunpath
|
||||
, dcgm
|
||||
, linuxPackages
|
||||
}:
|
||||
@ -48,7 +48,7 @@ buildGoModule rec {
|
||||
vendorHash = "sha256-Fjvx15e/psxoqoS6c6GhiQfe7g2aI40EmPR26xLhrzg=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
cudaPackages.autoAddDriverRunpath
|
||||
autoAddDriverRunpath
|
||||
];
|
||||
|
||||
# Tests try to interact with running DCGM service.
|
||||
|
Loading…
Reference in New Issue
Block a user