feat: use function instead of manual operations
This commit is contained in:
parent
39757ccc4a
commit
80cec235bb
2 changed files with 10 additions and 5 deletions
|
@ -1,2 +1,6 @@
|
|||
{ lib }:
|
||||
lib.makeExtensible (self: { })
|
||||
lib.makeExtensible (self:
|
||||
{
|
||||
flattenListSet = imports: lib.lists.flatten builtins.concatLists builtins.attrValues imports;
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue