Add 20.03 stateVersion

This commit is contained in:
Tobias Happ 2020-04-24 00:28:42 +02:00
parent c54509d26a
commit 6e85b5cd08

View file

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