From 3ab497afa9a4cab8449af344d60c18f6bcae21da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 2 Feb 2025 17:32:47 +0700 Subject: [PATCH] buildClan/tests: make test_only_required minimal again --- lib/build-clan/tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };