diff options
Diffstat (limited to 'custom.nix')
| -rw-r--r-- | custom.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ in { type = types.attrsOf (types.submodule { options = { description = mkOption { - type = types.uniq types.string; + type = types.uniq types.str; }; directory = mkOption { type = types.str; |
