adb is now provided by the flake's devShell (pinned to the flake's nixpkgs) instead of an ad-hoc 'nix shell nixpkgs#android-tools' registry reference, so the install/tv-* recipes use the same pinned adb as 'nix develop'.
- flake.nix: devShells.default (JDK 17 + Android SDK 34 / NDK 27.0.12077973 + Gradle) and packages.moonlight-android (assembleNonRootDebug via gradle mitmCache) - deps.json: offline Maven lockfile (195 artifacts) - nix-deps-fixup.gradle: skip androidTest variant ambiguity during dep capture - README: Building with Nix section