Skip to content

Commit 611761a

Browse files
committed
prometheus-dcgm-exporter: use pkgs.autoAddDriverRunpath
1 parent 13b0f46 commit 611761a

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/monitoring/prometheus/dcgm-exporter

1 file changed

+2
-2
lines changed

pkgs/servers/monitoring/prometheus/dcgm-exporter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ lib
22
, buildGoModule
33
, fetchFromGitHub
4-
, cudaPackages
4+
, autoAddDriverRunpath
55
, dcgm
66
, linuxPackages
77
}:
@@ -48,7 +48,7 @@ buildGoModule rec {
4848
vendorHash = "sha256-Fjvx15e/psxoqoS6c6GhiQfe7g2aI40EmPR26xLhrzg=";
4949

5050
nativeBuildInputs = [
51-
cudaPackages.autoAddDriverRunpath
51+
autoAddDriverRunpath
5252
];
5353

5454
# Tests try to interact with running DCGM service.

0 commit comments

Comments
 (0)