diff --git a/lib/build-clan/tests.nix b/lib/build-clan/tests.nix index 1b995e07d..6f0a6b302 100644 --- a/lib/build-clan/tests.nix +++ b/lib/build-clan/tests.nix @@ -18,8 +18,8 @@ in config = evalClan { self = { inputs = { }; + outPath = ./.; }; - directory = ./.; meta.name = "test"; imports = [ ./module.nix ]; };