hnix/tests/eval-compare/ellipsis.nix
2019-03-09 17:59:59 -05:00

4 lines
47 B
Nix

let x = 1;
f = { ... }: x;
in f { x = 2; }