fix: add parentheses to make this work

This commit is contained in:
jacekpoz 2023-08-17 17:26:17 +02:00
commit 870f4f9a97

View file

@ -42,7 +42,7 @@ in
mkMultipleMappingOption = description: defaults:
self.mkOption {
type = self.types.nullOr self.types.listOf self.types.str;
type = self.types.nullOr (self.types.listOf self.types.str);
default = defaults;
inherit description;
};