about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Berbiche <nicolas@normie.dev>2021-05-08 22:42:26 -0400
committerMatthieu Coudron <teto@users.noreply.github.com>2021-05-09 15:14:04 +0200
commit8eed0e209537f00195855c8eef0dabf9ed99154f (patch)
treef583bd28a98071a0e02ce4b4123e579552747d23
parentf2b0cf014a88ddf729be5fdd4c3c0ec7a42e9c9d (diff)
bottom: add meta.mainProgram
-rw-r--r--pkgs/tools/system/bottom/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/bottom/default.nix b/pkgs/tools/system/bottom/default.nix
index 29c1d6376fe02..d96573325b824 100644
--- a/pkgs/tools/system/bottom/default.nix
+++ b/pkgs/tools/system/bottom/default.nix
@@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
     license = licenses.mit;
     maintainers = with maintainers; [ berbiche ];
     platforms = platforms.unix;
+    mainProgram = "btm";
   };
 }