diff --git a/stylix/testbed.nix b/stylix/testbed.nix index 7572aeb6..b5e5a284 100644 --- a/stylix/testbed.nix +++ b/stylix/testbed.nix @@ -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 )