tests: update buildClan args
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
testFlake = clanLib.clan {
|
testFlake = clanLib.clan {
|
||||||
|
self = { };
|
||||||
# Point to the folder of the module
|
# Point to the folder of the module
|
||||||
# TODO: make this optional
|
# TODO: make this optional
|
||||||
directory = ./..;
|
directory = ./..;
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
testFlake = clanLib.clan {
|
testFlake = clanLib.clan {
|
||||||
|
self = { };
|
||||||
# Point to the folder of the module
|
# Point to the folder of the module
|
||||||
# TODO: make this optional
|
# TODO: make this optional
|
||||||
directory = ./..;
|
directory = ./..;
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
testFlake =
|
testFlake = (clanLib.clan {
|
||||||
(clanLib.clan {
|
self = { };
|
||||||
directory = ./vm;
|
directory = ./vm;
|
||||||
|
|
||||||
machines.jon = {
|
machines.jon = {
|
||||||
|
|||||||
Reference in New Issue
Block a user