From 3058d3e108032c6e0ce1a7f12224542208c3ea06 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Thu, 21 Aug 2025 19:40:48 +0200 Subject: [PATCH] fix: test formatter We were using the wrong prefix so the tests were not found by blueprint. --- packages/formatter/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/formatter/default.nix b/packages/formatter/default.nix index a2945df..181552f 100644 --- a/packages/formatter/default.nix +++ b/packages/formatter/default.nix @@ -41,7 +41,7 @@ let in formatter // { - meta = formatter.meta // { + passthru = formatter.passthru // { tests = { check = check; };