mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
home-manager: prepare 25.11
This commit is contained in:
parent
e08e6e2389
commit
9a4a9f1d6e
5 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Home Manager Manual {#home-manager-manual}
|
||||
|
||||
## Version 25.05
|
||||
## Version 25.11 (unstable)
|
||||
|
||||
|
||||
```{=include=} preface
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ This section lists the release notes for stable versions of Home Manager
|
|||
and the current unstable version.
|
||||
|
||||
```{=include=} chapters
|
||||
rl-2511.md
|
||||
rl-2505.md
|
||||
rl-2411.md
|
||||
rl-2405.md
|
||||
|
|
|
|||
|
|
@ -1048,7 +1048,7 @@ while [[ $# -gt 0 ]]; do
|
|||
export VERBOSE=1
|
||||
;;
|
||||
--version)
|
||||
echo 25.05-pre
|
||||
echo 25.11-pre
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ in
|
|||
"24.05"
|
||||
"24.11"
|
||||
"25.05"
|
||||
"25.11"
|
||||
];
|
||||
description = ''
|
||||
It is occasionally necessary for Home Manager to change
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"release": "25.05",
|
||||
"release": "25.11",
|
||||
"isReleaseBranch": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue