aboutsummaryrefslogtreecommitdiff
path: root/custom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom.nix')
-rw-r--r--custom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.nix b/custom.nix
index fc4d5df..98fe0bb 100644
--- a/custom.nix
+++ b/custom.nix
@@ -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;