nixite/testing/import.nix

8 lines
109 B
Nix

path:
builtins.trace ("testing " + builtins.baseNameOf path)
{
inherit path;
results = (import path);
}