From 149c0593abac5879631f63e55ef5b68277020b66 Mon Sep 17 00:00:00 2001 From: Nikita Uvarov Date: Mon, 28 Oct 2019 16:14:39 +0100 Subject: [PATCH] version: add 20.03 --- modules/misc/version.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/version.nix b/modules/misc/version.nix index 18bb28f76..1352aadc6 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