1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 19:23:54 +02:00

Add primop ‘catAttrs’

This commit is contained in:
Eelco Dolstra 2014-10-04 18:15:03 +02:00
parent d4fcbe1687
commit c3f0a489f9
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1 @@
[ 1 2 ]

View file

@ -0,0 +1 @@
builtins.catAttrs "a" [ { a = 1; } { b = 0; } { a = 2; } ]