_: { ## (a -> {name :: String; value :: b}) -> [a] -> AttrSet mapListToAttrs = fn: list: builtins.listToAttrs (builtins.map fn list); }