diff options
Diffstat (limited to 'third_party/nix/tests/lang/eval-okay-dynamic-attrs.exp')
-rw-r--r-- | third_party/nix/tests/lang/eval-okay-dynamic-attrs.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/tests/lang/eval-okay-dynamic-attrs.exp b/third_party/nix/tests/lang/eval-okay-dynamic-attrs.exp new file mode 100644 index 000000000000..df8750afc036 --- /dev/null +++ b/third_party/nix/tests/lang/eval-okay-dynamic-attrs.exp @@ -0,0 +1 @@ +{ binds = true; hasAttrs = true; multiAttrs = true; recBinds = true; selectAttrs = true; selectOrAttrs = true; } |