version: add 20.09 as possible stateVersion

This commit is contained in:
Tobias Happ 2020-11-01 21:50:27 +01:00 committed by Alexander Sosedkin
parent bc6f4a95a4
commit 468b036d1d

View file

@ -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