chore(test/makeTestClan): document all options, remove magic specialArgs

This commit is contained in:
Johannes Kirschbauer
2025-04-16 10:33:32 +02:00
parent 7540242816
commit 0bc2a068fe
3 changed files with 65 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ lib.fix (clanLib: {
buildClanModule = clanLib.callLib ./build-clan { };
inventory = clanLib.callLib ./inventory { };
modules = clanLib.callLib ./inventory/frontmatter { };
test = clanLib.callLib ./tests { };
test = clanLib.callLib ./test { };
# Plain imports.
values = import ./introspection { inherit lib; };