buildClan/tests: make test_only_required minimal again

This commit is contained in:
Jörg Thalheim
2025-02-02 17:32:47 +07:00
committed by clan-bot
parent e03ee4407c
commit 3ab497afa9

View File

@@ -18,8 +18,8 @@ in
config = evalClan { config = evalClan {
self = { self = {
inputs = { }; inputs = { };
outPath = ./.;
}; };
directory = ./.;
meta.name = "test"; meta.name = "test";
imports = [ ./module.nix ]; imports = [ ./module.nix ];
}; };