tix/testing/import.nix

8 lines
159 B
Nix
Raw Normal View History

2024-01-02 11:13:47 +00:00
path: let
it = import ./it.nix;
in
builtins.trace ("testing " + builtins.baseNameOf path) {
inherit path;
results = import path {inherit it;};
}