We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe244b commit 13b0f46Copy full SHA for 13b0f46
pkgs/os-specific/linux/dcgm/default.nix
@@ -1,6 +1,7 @@
1
{ lib
2
, gcc11Stdenv
3
, fetchFromGitHub
4
+, autoAddDriverRunpath
5
, catch2
6
, cmake
7
, cudaPackages_10_2
@@ -108,7 +109,7 @@ in gcc11Stdenv.mkDerivation rec {
108
109
# autoAddDriverRunpath does not actually depend on or incur any dependency
110
# of cudaPackages. It merely adds an impure, non-Nix PATH to the RPATHs of
111
# executables that need to use cuda at runtime.
- cudaPackages_12.autoAddDriverRunpath
112
+ autoAddDriverRunpath
113
114
cmake
115
git
0 commit comments