nix-on-droid/CHANGELOG.md
2021-12-11 22:44:53 +01:00

1.4 KiB

Changelog

Release 21.11 (unreleased)

New Options

  • The nix.package can be used to set the system-wide nix package.

Removed Options

  • The system.workaround.make-posix-spawn.enable has been removed.

Release 21.05

New Options

  • The /etc/nix/nix.conf file is now fully configurable with the new options nix.*.

Deprecations

  • system.workaround.make-posix-spawn.enable = true; is no longer needed is deprecated.
  • i686 support will be deprecated in the next release unless somebody steps up to test it.

Release 20.09

State version changes

These changes are only active 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

  • 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

  • A flake.nix file was added.

Known issues