0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +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:
Lin Jian 2023-08-08 20:45:53 +08:00
parent 4e6868b1aa
commit 74fadae942
No known key found for this signature in database
GPG key ID: A6698D36434F75A5
9 changed files with 14 additions and 14 deletions

View file

@ -19,7 +19,7 @@ in
'';
};
quickPhrase = mkOption {
type = with types; attrsOf string;
type = with types; attrsOf str;
default = { };
example = literalExpression ''
{