hnix/tests/files/file.nix
2018-03-30 01:14:06 -07:00

2 lines
57 B
Nix

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