stylix: use concatMap in testbeds.nix
This commit is contained in:
parent
10e04b2491
commit
1f4de333d7
1 changed files with 1 additions and 1 deletions
|
|
@ -305,5 +305,5 @@ in
|
|||
# Testbeds are merged using lib.attrsets.unionOfDisjoint to throw an error if
|
||||
# testbed names collide.
|
||||
builtins.foldl' lib.attrsets.unionOfDisjoint { } (
|
||||
lib.flatten (map makeTestbeds autoload)
|
||||
builtins.concatMap makeTestbeds autoload
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue