1
0
Fork 0
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:
Robert Helgesson 2021-06-05 20:05:04 +02:00
parent 5c1415d67f
commit 19d95258ac
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
5 changed files with 35 additions and 4 deletions

View file

@ -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