mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
fix: add parentheses to make this work
This commit is contained in:
parent
281f1cdb91
commit
870f4f9a97
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ 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);
|
||||||
default = defaults;
|
default = defaults;
|
||||||
inherit description;
|
inherit description;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue