builtins.attrNames
Attribute Sets (nix)が持っているattrのlistを返す
code:nix-repl
nix-repl> builtins.attrNames { foo = 2; hoge = 3;}
"foo" "hoge"