nix-gh/tests/lang/eval-okay-catattrs.nix

2 lines
59 B
Nix

builtins.catAttrs "a" [ { a = 1; } { b = 0; } { a = 2; } ]