mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
treewide: stop using types.string
It is an error[1] now. [1]: https://github.com/NixOS/nixpkgs/pull/247848
This commit is contained in:
parent
4e6868b1aa
commit
74fadae942
9 changed files with 14 additions and 14 deletions
|
@ -19,7 +19,7 @@ in
|
|||
'';
|
||||
};
|
||||
quickPhrase = mkOption {
|
||||
type = with types; attrsOf string;
|
||||
type = with types; attrsOf str;
|
||||
default = { };
|
||||
example = literalExpression ''
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue