hnix/tests/eval-compare/ellipsis.nix

4 lines
47 B
Nix

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