From d6c50d76b0db5281b110741a642a680c9530fbaa Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sat, 7 Nov 2020 18:48:36 +0100 Subject: [PATCH] CHANGELOG.md: point users towards #91 --- CHANGELOG.md | 6 ++++++ modules/workaround-make.nix | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0aace..be257a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,3 +14,9 @@ if the `system.stateVersion` option is set to `"20.09"` or later. If you are not on `release-19.09` yet, either or attempt an upgrade to `release-19.09` and follow the instructions, or backup and reinstall (preferred). + +## Known issues: + +* 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;` diff --git a/modules/workaround-make.nix b/modules/workaround-make.nix index b1ee44b..071ef75 100644 --- a/modules/workaround-make.nix +++ b/modules/workaround-make.nix @@ -43,11 +43,13 @@ in enable the option; nix-on-droid switch, relogin, build, disable the option; nix-on-droid switch, relogin. - If you leave it on Nix-store validation will fail, + If you leave it on, Nix-store validation will fail, repairs will break the working make, updates will do bad things. You have been warned. - Consider building remotely as an alternative for such devices: + If you find yourself needing that hack, please report details at + https://github.com/t184256/nix-on-droid/issues/91 + and consider building remotely as an alternative for such devices: https://github.com/t184256/nix-on-droid/wiki/Remote-building ''; };