aboutsummaryrefslogtreecommitdiff
path: root/modules/misc
diff options
context:
space:
mode:
authorNikita Uvarov <uv.nikita@gmail.com>2019-10-28 16:14:39 +0100
committerRobert Helgesson <robert@rycee.net>2019-10-28 22:08:51 +0100
commit149c0593abac5879631f63e55ef5b68277020b66 (patch)
treedf1c23cd2c6e412f750cf51a146b554c3cc6fd18 /modules/misc
parent26defdf205425a5c817b295c9e35dc12466c5024 (diff)
version: add 20.03
Diffstat (limited to 'modules/misc')
-rw-r--r--modules/misc/version.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/misc/version.nix b/modules/misc/version.nix
index 18bb28f7603..1352aadc614 100644
--- a/modules/misc/version.nix
+++ b/modules/misc/version.nix
@@ -5,7 +5,7 @@ with lib;
{
options = {
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";
description = ''
It is occasionally necessary for Home Manager to change