mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
version: add 20.03
This commit is contained in:
parent
26defdf205
commit
149c0593ab
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ with lib;
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
home.stateVersion = mkOption {
|
home.stateVersion = mkOption {
|
||||||
type = types.enum [ "18.09" "19.03" "19.09" ];
|
type = types.enum [ "18.09" "19.03" "19.09" "20.03" ];
|
||||||
default = "18.09";
|
default = "18.09";
|
||||||
description = ''
|
description = ''
|
||||||
It is occasionally necessary for Home Manager to change
|
It is occasionally necessary for Home Manager to change
|
||||||
|
|
Loading…
Reference in a new issue