newsboat: switch from types.string to types.str
(cherry picked from commit fd3692b36f
)
This commit is contained in:
parent
ab562d4c2a
commit
159ee7a269
|
@ -45,13 +45,13 @@ in
|
|||
};
|
||||
|
||||
browser = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
default = "${pkgs.xdg_utils}/bin/xdg-open";
|
||||
description = "External browser to use.";
|
||||
};
|
||||
|
||||
queries = mkOption {
|
||||
type = types.attrsOf types.string;
|
||||
type = types.attrsOf types.str;
|
||||
default = {};
|
||||
example = {
|
||||
"foo" = "rssurl =~ \"example.com\"";
|
||||
|
|
Loading…
Reference in a new issue