From e9a27557fcab5d9d4bb63ddc58749f004b01355a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:22:31 +0400 Subject: [PATCH] wrong type --- modules/dev/editors/emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dev/editors/emacs/default.nix b/modules/dev/editors/emacs/default.nix index 248da290..d595e58d 100644 --- a/modules/dev/editors/emacs/default.nix +++ b/modules/dev/editors/emacs/default.nix @@ -27,7 +27,7 @@ in { enable = mkEnableOption false; daemon = mkEnableOption true; type = mkOption { - type = string; + type = with types; str; default = "unstable"; }; };