From b87564cb4b740614f9cc37cf58106e580c437e5c Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sun, 15 Nov 2020 00:14:15 +0100 Subject: [PATCH] Updated Simple remote building (markdown) --- Simple-remote-building.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Simple-remote-building.md b/Simple-remote-building.md index c945874..4e7457d 100644 --- a/Simple-remote-building.md +++ b/Simple-remote-building.md @@ -44,7 +44,11 @@ CAUTION: if you're using current unstable/flake-powered Nix without https://gith 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. -# Android side +# Android + +Command-line: use `--builders`, e.g., `nix-on-droid switch --builders ssh-ng://USER@HOST'. + +Configuration: ``` mkdir -p ~/.config/nix