fix: fix defaults

This commit is contained in:
jacekpoz 2023-08-17 15:42:07 +02:00
commit 86932861c8

View file

@ -43,7 +43,8 @@ in
mkMultipleMappingOption = description: defaults: mkMultipleMappingOption = description: defaults:
self.mkOption { self.mkOption {
type = self.types.nullOr self.types.listOf self.types.str; type = self.types.nullOr self.types.listOf self.types.str;
inherit defaults description; default = defaults;
inherit description;
}; };
# Utility function that takes two attrsets: # Utility function that takes two attrsets: