about summary refs log tree commit diff
path: root/third_party/nix/tests/lang/eval-fail-missing-arg.nix
({x, y, z}: x + y + z) {x = "foo"; z = "bar";}