3 Commits

Author SHA1 Message Date
Oleks 32b6ec166a chore(flake): follow fleet/nixpkgs-projects instead of nixos-unstable 2026-06-04 22:49:10 +03:00
Oleks 3b2eb38d9a flake: add android-tools (adb) to devShell; justfile adb uses the devShell
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'.
2026-05-29 19:37:08 +03:00
Oleks d9dedf6f19 Add Nix flake: devShell + hermetic nonRoot debug APK build
- 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
2026-05-29 15:07:50 +03:00