From 03ce39811c037e863a56f21c9d40cef347004136 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Mon, 7 Oct 2024 00:42:14 +0200 Subject: [PATCH] lib: remove pointless type restriction --- lib/types/plugins.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/plugins.nix b/lib/types/plugins.nix index 7d24163e..656b7ab8 100644 --- a/lib/types/plugins.nix +++ b/lib/types/plugins.nix @@ -97,7 +97,7 @@ in { default = {}; type = submodule { - freeformType = attrsOf anything; + freeformType = anything; options = opts; }; };