From 6e85b5cd08a40f894b261401ee1c247506d818eb Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Fri, 24 Apr 2020 00:28:42 +0200 Subject: [PATCH] Add 20.03 stateVersion --- modules/version.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/version.nix b/modules/version.nix index 648825e..e2743ef 100644 --- a/modules/version.nix +++ b/modules/version.nix @@ -11,7 +11,7 @@ with lib; options = { system.stateVersion = mkOption { - type = types.enum [ "19.09" ]; + type = types.enum [ "19.09" "20.03" ]; default = "19.09"; description = '' It is occasionally necessary for nix-on-droid to change