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