From 37556bc591692d48d9660b297eabce1b92e764b2 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 4 May 2025 19:14:26 +0200 Subject: [PATCH] projects/types: fixup --- projects/types.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/types.nix b/projects/types.nix index cb8a2ce90..119d1c721 100644 --- a/projects/types.nix +++ b/projects/types.nix @@ -143,8 +143,8 @@ in default = { }; }; }; - }; - }; + } + ); test = with types; either deferredModule package; }