1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00
nix/tests/lang/eval-fail-missing-arg.nix
Eelco Dolstra 5cabd47394 * Allow function argument default values to refer to other arguments
of the function.  Implements NIX-45.
2006-05-08 12:52:47 +00:00

1 line
47 B
Nix

({x, y, z}: x + y + z) {x = "foo"; z = "bar";}