summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-09-10 21:55:27 +0200
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-09-10 21:55:27 +0200
commita26609e4f6c00c8e54d5fbed23f3ce0734323e18 (patch)
tree29bf0553b287ef1f5914940f1b9fa9d444d5490f /pkgs/tools/bluetooth
parent7370e7acb6fb041fc803f864ba28a36b866a0a82 (diff)
bluetuith: add meta.mainProgram
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/bluetuith/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/bluetooth/bluetuith/default.nix b/pkgs/tools/bluetooth/bluetuith/default.nix
index 8aeab2de7a96a..4018d06b74320 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 ];
   };
 }