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; }