builtins.map
#builtins
#list
(a -> b) -> [a] -> [b]
第1引数の関数を使って第2引数の要素を変換する
https://nixos.org/manual/nix/stable/language/builtins.html#builtins-map