Update documentation for release 20.03
This commit is contained in:
parent
7613fd12ec
commit
42e4eef749
5 changed files with 14 additions and 15 deletions
|
|
@ -5,7 +5,7 @@ with lib;
|
|||
{
|
||||
options = {
|
||||
home.stateVersion = mkOption {
|
||||
type = types.enum [ "18.09" "19.03" "19.09" "20.03" ];
|
||||
type = types.enum [ "18.09" "19.03" "19.09" "20.03" "20.09" ];
|
||||
default = "18.09";
|
||||
description = ''
|
||||
It is occasionally necessary for Home Manager to change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue