Missed closing bracket.

This commit is contained in:
Peter Selby 2021-12-22 11:15:47 -08:00
parent 0f20f0e09b
commit 23ab0463ce

View File

@ -53,6 +53,7 @@ let
default = null;
};
};
};
concatMapAttrs = f: attrs:
foldr (a: b: a // b) {} (mapAttrsToList f attrs);