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 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 = ./..;

View File

@@ -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 = ./..;

View File

@@ -4,9 +4,9 @@
... ...
}: }:
let let
testFlake = testFlake = (clanLib.clan {
(clanLib.clan { self = { };
directory = ./vm; directory = ./vm;
machines.jon = { machines.jon = {
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";