mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 23:15:30 +00:00
fix: fix defaults
This commit is contained in:
parent
ddc70fb8a8
commit
86932861c8
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue