urlwatch: add ignore_cached option

This commit is contained in:
tv 2019-08-13 09:42:14 +02:00
parent 13d7c14bd0
commit b13d9d3149

View File

@ -210,6 +210,10 @@ let
default = null;
type = with types; nullOr str; # TODO nullOr subtypes.filter
};
ignore_cached = mkOption {
default = null;
type = with types; nullOr bool;
};
};
};
in out