replace references to 20.09 with 21.05

This commit is contained in:
Alexander Sosedkin 2021-06-24 22:07:22 +02:00
parent adb5a897ea
commit c4efd68279
5 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2019-2020, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
{ config, lib, pkgs, ... }:
@ -11,7 +11,7 @@ with lib;
options = {
system.stateVersion = mkOption {
type = types.enum [ "19.09" "20.03" "20.09" ];
type = types.enum [ "19.09" "20.03" "20.09" "21.05" ];
default = "19.09";
description = ''
It is occasionally necessary for nix-on-droid to change