mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-28 05:01:03 +01:00
Updated Simple remote building (markdown)
parent
b26f84a84b
commit
b87564cb4b
1 changed files with 5 additions and 1 deletions
|
|
@ -44,7 +44,11 @@ CAUTION: if you're using current unstable/flake-powered Nix without https://gith
|
||||||
don't set `nix.sandboxPaths`, but set
|
don't set `nix.sandboxPaths`, but set
|
||||||
`sandbox-paths = /bin/sh=${pkgs.busybox-sandbox-shell}/bin/busybox /run/binfmt/aarch64=${qemu-aarch64-static}/bin/qemu-aarch64-static` instead.
|
`sandbox-paths = /bin/sh=${pkgs.busybox-sandbox-shell}/bin/busybox /run/binfmt/aarch64=${qemu-aarch64-static}/bin/qemu-aarch64-static` instead.
|
||||||
|
|
||||||
# Android side
|
# Android
|
||||||
|
|
||||||
|
Command-line: use `--builders`, e.g., `nix-on-droid switch --builders ssh-ng://USER@HOST'.
|
||||||
|
|
||||||
|
Configuration:
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir -p ~/.config/nix
|
mkdir -p ~/.config/nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue