refactor: remove tv-connect and tv-install helpers
build / build (push) Has been cancelled

tv-deploy covers the normal workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 20:16:07 +02:00
parent 5991a4291a
commit a8ff404116
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -65,8 +65,6 @@
FONTCONFIG_FILE = pkgs.makeFontsConf { fontDirectories = fonts; };
shellHook = ''
tv-connect() { adb connect "$TV_IP:5555"; }
tv-install() { adb install -r "app/build/outputs/apk/$1/release/$1-release.apk"; }
tv-deploy() (
trap 'adb disconnect "$TV_IP:5555"' EXIT
adb connect "$TV_IP:5555" || return 1