From 8eed0e209537f00195855c8eef0dabf9ed99154f Mon Sep 17 00:00:00 2001 From: Nicolas Berbiche Date: Sat, 8 May 2021 22:42:26 -0400 Subject: [PATCH] bottom: add meta.mainProgram --- pkgs/tools/system/bottom/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/system/bottom/default.nix b/pkgs/tools/system/bottom/default.nix index 29c1d6376fe..d96573325b8 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"; }; }