diff --git a/clanServices/hello-world/tests/eval-tests.nix b/clanServices/hello-world/tests/eval-tests.nix index 5194ff4e0..becd0f169 100644 --- a/clanServices/hello-world/tests/eval-tests.nix +++ b/clanServices/hello-world/tests/eval-tests.nix @@ -5,6 +5,7 @@ }: let testFlake = clanLib.clan { + self = { }; # Point to the folder of the module # TODO: make this optional directory = ./..; diff --git a/clanServices/wifi/tests/eval-tests.nix b/clanServices/wifi/tests/eval-tests.nix index b4d33c6f8..981c85cc3 100644 --- a/clanServices/wifi/tests/eval-tests.nix +++ b/clanServices/wifi/tests/eval-tests.nix @@ -5,6 +5,7 @@ }: let testFlake = clanLib.clan { + self = { }; # Point to the folder of the module # TODO: make this optional directory = ./..; diff --git a/clanServices/zerotier/tests/eval-tests.nix b/clanServices/zerotier/tests/eval-tests.nix index 3f57eafa7..ad1033ec8 100644 --- a/clanServices/zerotier/tests/eval-tests.nix +++ b/clanServices/zerotier/tests/eval-tests.nix @@ -4,9 +4,9 @@ ... }: let - testFlake = - (clanLib.clan { - directory = ./vm; + testFlake = (clanLib.clan { + self = { }; + directory = ./vm; machines.jon = { nixpkgs.hostPlatform = "x86_64-linux";