From bec196cd9b5f34213c7dc90ef2a524336df70e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BE=E5=9C=B0=20=E5=B8=8C=E7=95=99=E8=80=B6?= <65301509+KiruyaMomochi@users.noreply.github.com> Date: Fri, 26 May 2023 21:35:29 +0800 Subject: [PATCH] helix: improve warning message for languages option (#4023) --- modules/programs/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/helix.nix b/modules/programs/helix.nix index 763a9b655..a240a71bf 100644 --- a/modules/programs/helix.nix +++ b/modules/programs/helix.nix @@ -53,7 +53,7 @@ in { It now generates the whole languages.toml file instead of just the language array in that file. Use - { language = ; } + programs.helix.languages = { language = ; } instead. '' { inherit language; }) (addCheck tomlFormat.type builtins.isAttrs); default = { };