hnix/tests/files/file.nix

2 lines
57 B
Nix

({ x ? 1, y ? x * 3 }: import ./file2.nix { a = y; }) {}