2022-06-01 21:34:23 +02:00
|
|
|
[[sec-release-22.11]]
|
|
|
|
== Release 22.11
|
|
|
|
|
|
|
|
This is the current unstable branch and the information in this section is therefore not final.
|
|
|
|
|
|
|
|
[[sec-release-22.11-highlights]]
|
|
|
|
=== Highlights
|
|
|
|
|
|
|
|
This release has the following notable changes:
|
|
|
|
|
2022-06-21 00:06:33 +02:00
|
|
|
* The <<opt-home.stateVersion>> option no longer has a default value.
|
|
|
|
It used to default to ``18.09'', which was the Home Manager version
|
|
|
|
that introduced the option. If your configuration does not explicitly
|
|
|
|
set this option then you need to add
|
|
|
|
+
|
|
|
|
[source,nix]
|
|
|
|
home.stateVersion = "18.09";
|
|
|
|
+
|
|
|
|
to your configuration.
|
2022-06-01 21:34:23 +02:00
|
|
|
|
|
|
|
[[sec-release-22.11-state-version-changes]]
|
|
|
|
=== State Version Changes
|
|
|
|
|
|
|
|
The state version in this release includes the changes below.
|
|
|
|
These changes are only active if the `home.stateVersion` option is set to "22.11" or later.
|
|
|
|
|
|
|
|
* No changes.
|