summary refs log tree commit diff
path: root/pkgs/applications/misc/wttrbar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/wttrbar/default.nix')
-rw-r--r--pkgs/applications/misc/wttrbar/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/wttrbar/default.nix b/pkgs/applications/misc/wttrbar/default.nix
index 90ec71e9757..4e4a8498811 100644
--- a/pkgs/applications/misc/wttrbar/default.nix
+++ b/pkgs/applications/misc/wttrbar/default.nix
@@ -25,5 +25,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/bjesus/wttrbar";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ khaneliman ];
+    mainProgram = "wttrbar";
   };
 }