hnix/tests/files/file.nix

2 lines
57 B
Nix
Raw Normal View History

2018-03-30 10:14:06 +02:00
({ x ? 1, y ? x * 3 }: import ./file2.nix { a = y; }) {}