fix: add parenthesis to flattenListSet
This commit is contained in:
parent
aaa6404701
commit
5c547c65a4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib }:
|
||||
lib.makeExtensible (self:
|
||||
{
|
||||
flattenListSet = imports: lib.lists.flatten builtins.concatLists builtins.attrValues imports;
|
||||
flattenListSet = imports: (lib.lists.flatten (builtins.concatLists (builtins.attrValues imports)));
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue