hnix/tests/eval-compare/ellipsis.nix

4 lines
47 B
Nix
Raw Permalink Normal View History

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