treewide: stop using types.string
It is an error[1] now. [1]: https://github.com/NixOS/nixpkgs/pull/247848
This commit is contained in:
@@ -19,7 +19,7 @@ in
|
||||
'';
|
||||
};
|
||||
quickPhrase = mkOption {
|
||||
type = with types; attrsOf string;
|
||||
type = with types; attrsOf str;
|
||||
default = { };
|
||||
example = literalExpression ''
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user