From c66411653eb6fbea22e5d33dbfd61c867058bfa3 Mon Sep 17 00:00:00 2001 From: Thary Date: Wed, 12 Nov 2025 15:19:49 +0300 Subject: [PATCH] fix: incorrect data type in the option's metadata --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 2251f31..1ba3c8d 100644 --- a/module.nix +++ b/module.nix @@ -59,7 +59,7 @@ in }) // { meta = { - type = "str"; + type = "string"; weight = 1; }; };