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

2 lines
51 B
Nix

let f = { a = 1; b = import ./hello.nix; }; in f.a