packages feed

hnix-0.10.0: tests/eval-compare/ellipsis.nix

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