hnix/tests/files/force.nix

2 lines
51 B
Nix
Raw Normal View History

2018-03-30 10:14:06 +02:00
let f = { a = 1; b = import ./hello.nix; }; in f.a