Skip to content

Commit

Permalink
more matching for powerd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiskae committed Sep 9, 2023
1 parent 121b48c commit 3240c96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions nvidia-driver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ in
hash = "sha256-Xagqf4x254Hn1/C+e3mNtNNE8mvU+s+avPPHHHH+dkA=";
};

powerd_support = fetchNvidiaBinary {
version = "510.39.01";
hash = "sha256-Lj7cOvulhApeuRycIiyYy5kcPv3ZlM8qqpPUWl0bmRs=";
};

tesla525 = fetchurl {
passthru = {
version = "525.60.13";
Expand Down
6 changes: 5 additions & 1 deletion nvidia-driver/nvidia-installer/components.nix
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,11 @@ in
};

nvidia-powerd = {
matcher = match.module ''. == "powerd"'';
matcher = match.any [
(match.module ''. == "powerd"'')
# earliest releases had this marked as documentation
(match.filePath ''. == "nvidia-dbus.conf"'')
];

extraPaths = [
{
Expand Down

0 comments on commit 3240c96

Please sign in to comment.