replace deprecated 'string' with 'str'

This commit is contained in:
Motiejus Jakštys 2025-03-15 17:58:27 +00:00
parent 015502f579
commit fce3ea08ef

View File

@ -39,7 +39,7 @@ in
options.mj.services.timelapse-r11 = with lib.types; {
enable = lib.mkEnableOption "enable timelapse-r11";
secretsEnv = lib.mkOption { type = path; };
onCalendar = lib.mkOption { type = string; };
onCalendar = lib.mkOption { type = str; };
};
config = lib.mkIf cfg.enable {