about summary refs log tree commit diff
path: root/pkgs/tools/system/amdgpu_top
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-11-27 13:57:56 +0100
committerGitHub <noreply@github.com>2023-11-27 13:57:56 +0100
commit169abfc188f862858ede086337298f9eb87bfee6 (patch)
tree3c5d075accc7d4f452b603f7dbcdb5540044e7aa /pkgs/tools/system/amdgpu_top
parentce89133d426d213006378ceb518cf97ebb445a4d (diff)
parent41974d5ed904a364dcf2f6251b1a25bb5aaa77c1 (diff)
Merge pull request #270366 from h7x4/treewide-add-main-program-3
treewide: add mainProgram
Diffstat (limited to 'pkgs/tools/system/amdgpu_top')
-rw-r--r--pkgs/tools/system/amdgpu_top/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/amdgpu_top/default.nix b/pkgs/tools/system/amdgpu_top/default.nix
index 37c42d4478d16..73742692af0ca 100644
--- a/pkgs/tools/system/amdgpu_top/default.nix
+++ b/pkgs/tools/system/amdgpu_top/default.nix
@@ -57,5 +57,6 @@ rustPlatform.buildRustPackage rec {
     license = licenses.mit;
     maintainers = with maintainers; [ geri1701 ];
     platforms = platforms.linux;
+    mainProgram = "amdgpu_top";
   };
 }