about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/twitch-tui
diff options
context:
space:
mode:
authorMarcus Ramberg <marcus@means.no>2023-10-01 01:22:45 +0200
committerGitHub <noreply@github.com>2023-10-01 01:22:45 +0200
commita2e2e61bb1c681bb04cc2c934102107ea7930047 (patch)
tree56bf78f841f5ab0d190fa67755d8e7a0b165aa18 /pkgs/applications/networking/instant-messengers/twitch-tui
parentf223200c88e321550b11afed7ef3c160d7cb7b04 (diff)
twitch-tui: set mainProgram (#258289)
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/twitch-tui')
-rw-r--r--pkgs/applications/networking/instant-messengers/twitch-tui/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
index 8d15b8e466b8f..d4877da694201 100644
--- a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
+++ b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
@@ -36,5 +36,6 @@ rustPlatform.buildRustPackage rec {
     changelog = "https://github.com/Xithrius/twitch-tui/releases/tag/v${version}";
     license = licenses.mit;
     maintainers = [ maintainers.taha ];
+    mainProgram = "twt";
   };
 }