mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
bootstrap: use env vars to set custom channel urls
This commit is contained in:
parent
bb8ac7fe1f
commit
b01a2a8a57
2 changed files with 15 additions and 5 deletions
|
|
@ -137,7 +137,9 @@ To re-trigger the installation, you can use
|
|||
|
||||
If you want to change the nix-on-droid channel to your custom one,
|
||||
you can do that either with `nix-channel` after the installation,
|
||||
or by using `--argstr nixOnDroidChannelURL <URL>`.
|
||||
or by setting the environment variable `NIX_ON_DROID_CHANNEL_URL`.
|
||||
Other environment variables are `NIXPKGS_CHANNEL_URL` an
|
||||
`NIX_ON_DROID_FLAKE_URL`.
|
||||
|
||||
**Note**: The `proot` binary is not built on the android device
|
||||
(NDK is required for building it, and it's not available on mobile platforms).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue