prometheus-dcgm-exporter: use pkgs.autoAddDriverRunpath

This commit is contained in:
Jonathan Ringer 2024-03-30 10:25:06 -07:00
parent 13b0f46825
commit 611761a4d8
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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.