bluetuith: add meta.mainProgram

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-09-10 21:55:27 +02:00
parent 7370e7acb6
commit a26609e4f6

View File

@ -20,6 +20,7 @@ buildGoModule rec {
homepage = "https://github.com/darkhz/bluetuith";
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "bluetuith";
maintainers = with maintainers; [ thehedgeh0g ];
};
}