mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add 20.03 stateVersion
This commit is contained in:
parent
c54509d26a
commit
6e85b5cd08
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ with lib;
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
system.stateVersion = mkOption {
|
system.stateVersion = mkOption {
|
||||||
type = types.enum [ "19.09" ];
|
type = types.enum [ "19.09" "20.03" ];
|
||||||
default = "19.09";
|
default = "19.09";
|
||||||
description = ''
|
description = ''
|
||||||
It is occasionally necessary for nix-on-droid to change
|
It is occasionally necessary for nix-on-droid to change
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue