forked from nix-community/home-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to 22.05 as current development release
Showing
7 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
21.11 | ||
22.05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[[sec-release-22.05]] | ||
== Release 22.05 | ||
|
||
This is the current unstable branch and the information in this section is therefore not final. | ||
|
||
[[sec-release-22.05-highlights]] | ||
=== Highlights | ||
|
||
This release has the following notable changes: | ||
|
||
* Nothing has happened. | ||
|
||
[[sec-release-22.05-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.05" or later. | ||
|
||
* Nothing has happened. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -634,7 +634,7 @@ while [[ $# -gt 0 ]]; do | |
export VERBOSE=1 | ||
;; | ||
--version) | ||
echo 21.11 | ||
echo 22.05 | ||
exit 0 | ||
;; | ||
*) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ with lib; | |
"21.03" | ||
"21.05" | ||
"21.11" | ||
"22.05" | ||
]; | ||
default = "18.09"; | ||
description = '' | ||
|