8 lines
109 B
Nix
8 lines
109 B
Nix
path:
|
|
builtins.trace ("testing " + builtins.baseNameOf path)
|
|
|
|
{
|
|
inherit path;
|
|
results = (import path);
|
|
}
|