From 468b036d1d114df6ff2e0cb747b0037125440df4 Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Sun, 1 Nov 2020 21:50:27 +0100 Subject: [PATCH] version: add 20.09 as possible stateVersion --- modules/version.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/version.nix b/modules/version.nix index e2743ef..922de0e 100644 --- a/modules/version.nix +++ b/modules/version.nix @@ -11,7 +11,7 @@ with lib; options = { system.stateVersion = mkOption { - type = types.enum [ "19.09" "20.03" ]; + type = types.enum [ "19.09" "20.03" "20.09" ]; default = "19.09"; description = '' It is occasionally necessary for nix-on-droid to change