mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
docs: set current version to 21.11
This commit is contained in:
parent
5c1415d67f
commit
19d95258ac
5 changed files with 35 additions and 4 deletions
|
|
@ -5,8 +5,16 @@ with lib;
|
|||
{
|
||||
options = {
|
||||
home.stateVersion = mkOption {
|
||||
type =
|
||||
types.enum [ "18.09" "19.03" "19.09" "20.03" "20.09" "21.03" "21.05" ];
|
||||
type = types.enum [
|
||||
"18.09"
|
||||
"19.03"
|
||||
"19.09"
|
||||
"20.03"
|
||||
"20.09"
|
||||
"21.03"
|
||||
"21.05"
|
||||
"21.11"
|
||||
];
|
||||
default = "18.09";
|
||||
description = ''
|
||||
It is occasionally necessary for Home Manager to change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue