tix/tix/default.nix
2024-01-03 07:37:49 +00:00

7 lines
186 B
Nix

{pkgs ? import <nixpkgs> {}}: {
run = import ./run.nix pkgs;
it = import ./it.nix;
test = import ./test.nix;
watch = import ./watch.nix pkgs;
filters = import ./filters.nix;
}