helix: improve warning message for languages option (#4023)
This commit is contained in:
parent
d1f04b0f36
commit
bec196cd9b
|
@ -53,7 +53,7 @@ in {
|
||||||
It now generates the whole languages.toml file instead of just the language array in that file.
|
It now generates the whole languages.toml file instead of just the language array in that file.
|
||||||
|
|
||||||
Use
|
Use
|
||||||
{ language = <languages list>; }
|
programs.helix.languages = { language = <languages list>; }
|
||||||
instead.
|
instead.
|
||||||
'' { inherit language; }) (addCheck tomlFormat.type builtins.isAttrs);
|
'' { inherit language; }) (addCheck tomlFormat.type builtins.isAttrs);
|
||||||
default = { };
|
default = { };
|
||||||
|
|
Loading…
Reference in a new issue