From 2fba450df011a0316de2d6013784c02a79ff1e22 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Fri, 27 Nov 2020 21:01:00 +0100 Subject: [PATCH] CHANGELOG: suggest remote building as well --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be257a8..3b766d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,4 +19,6 @@ if the `system.stateVersion` option is set to `"20.09"` or later. * If `make` fails on your device with `Function not implemented`, report that in https://github.com/t184256/nix-on-droid/issues/91 - and consider setting `system.workaround.make-posix-spawn.enable = true;` + and consider either + [remote building](https://github.com/t184256/nix-on-droid/wiki/Remote-building) + or setting `system.workaround.make-posix-spawn.enable = true;`