nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.29k stars 72 forks source link

Pre-built .apk with offline bootstrap? #241

Closed Unknown78 closed 1 year ago

Unknown78 commented 1 year ago

How do I get pre-built .apk with bootstrap included? I need it in the case of no internet connection.

I run on marshmallow 6.0.1 and latest termux is only for nougat v7+. The legacy repository has bootstrap included as termux-v0.79-offline-bootstraps.apk https://archive.org/download/termux-repositories-legacy

Could I have something like com.termux.nix_188031-offline-bootstrap-release-22.11.apk?

t184256 commented 1 year ago

You might get away with specifying a local URL / path to the bootstrap dialog, but the problem is, our bootstrap itself needs network. All in all, Nix package manager isn't exactly offline-friendly either.