mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
changelog: add new entry for nix.* options
This commit is contained in:
parent
ee772f1e1d
commit
005a4c1bc0
1 changed files with 14 additions and 5 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,6 +1,15 @@
|
|||
# Release 20.09 (unreleased)
|
||||
# Changelog
|
||||
|
||||
## State version changes:
|
||||
## Release 21.05 (unreleased)
|
||||
|
||||
### New Options
|
||||
|
||||
* The `/etc/nix/nix.conf` file is now fully configurable with the
|
||||
new options `nix.*`.
|
||||
|
||||
## Release 20.09
|
||||
|
||||
### State version changes
|
||||
|
||||
These changes are only active
|
||||
if the `system.stateVersion` option is set to `"20.09"` or later.
|
||||
|
|
@ -8,18 +17,18 @@ if the `system.stateVersion` option is set to `"20.09"` or later.
|
|||
* `home-manager.useUserPackages` now defaults to `true`.
|
||||
The developers are not aware of any adverse effects so far.
|
||||
|
||||
## Other compatibility considerations:
|
||||
### Other compatibility considerations
|
||||
|
||||
* Pre-module-system installations are not supported anymore with this release.
|
||||
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).
|
||||
|
||||
## Nix flakes support
|
||||
### Nix flakes support
|
||||
|
||||
* A `flake.nix` file was added.
|
||||
|
||||
## Known issues:
|
||||
### Known issues
|
||||
|
||||
* If `make` fails on your device with `Function not implemented`,
|
||||
report that in https://github.com/t184256/nix-on-droid/issues/91
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue