stylix: use concatMap in testbeds.nix

This commit is contained in:
Matt Sturgeon 2025-05-17 00:45:44 +01:00
parent 10e04b2491
commit 1f4de333d7
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -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
)