mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
CHANGELOG.md: point users towards #91
This commit is contained in:
parent
cc579c0129
commit
d6c50d76b0
2 changed files with 10 additions and 2 deletions
|
|
@ -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,
|
If you are not on `release-19.09` yet,
|
||||||
either or attempt an upgrade to `release-19.09`
|
either or attempt an upgrade to `release-19.09`
|
||||||
and follow the instructions, or backup and reinstall (preferred).
|
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;`
|
||||||
|
|
|
||||||
|
|
@ -43,11 +43,13 @@ in
|
||||||
enable the option; nix-on-droid switch, relogin, build,
|
enable the option; nix-on-droid switch, relogin, build,
|
||||||
disable the option; nix-on-droid switch, relogin.
|
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,
|
repairs will break the working make,
|
||||||
updates will do bad things. You have been warned.
|
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
|
https://github.com/t184256/nix-on-droid/wiki/Remote-building
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue