diff --git a/pkgs/tools/bluetooth/bluetuith/default.nix b/pkgs/tools/bluetooth/bluetuith/default.nix index 8aeab2de7a96..4018d06b7432 100644 --- a/pkgs/tools/bluetooth/bluetuith/default.nix +++ b/pkgs/tools/bluetooth/bluetuith/default.nix @@ -20,6 +20,7 @@ buildGoModule rec { homepage = "https://github.com/darkhz/bluetuith"; license = licenses.mit; platforms = platforms.linux; + mainProgram = "bluetuith"; maintainers = with maintainers; [ thehedgeh0g ]; }; }