tests: update buildClan args

This commit is contained in:
Johannes Kirschbauer
2025-07-01 11:47:00 +02:00
parent 42d1cd2a83
commit 27a3333c9e
3 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
}:
let
testFlake = clanLib.clan {
self = { };
# Point to the folder of the module
# TODO: make this optional
directory = ./..;

View File

@@ -5,6 +5,7 @@
}:
let
testFlake = clanLib.clan {
self = { };
# Point to the folder of the module
# TODO: make this optional
directory = ./..;

View File

@@ -4,8 +4,8 @@
...
}:
let
testFlake =
(clanLib.clan {
testFlake = (clanLib.clan {
self = { };
directory = ./vm;
machines.jon = {