hnix/tests/files/callLibs.nix

4 lines
99 B
Nix

let callLibs = file: import file { lib = self; };
trivial = callLibs ./trivial.nix;
in trivial