plugins/{efmls-configs,none-ls}: nixfmt-classic -> nixfmt

This commit is contained in:
Gaetan Lepage 2026-01-22 13:25:11 +01:00 committed by Matt Sturgeon
parent 6ca2e221eb
commit a9082b1cda
2 changed files with 2 additions and 2 deletions

View file

@ -75,6 +75,7 @@ in
"jq"
"languagetool"
"mypy"
"nixfmt"
"php"
"prettypst"
"proselint"
@ -148,7 +149,6 @@ in
lua_format = "luaformatter";
markdownlint = "markdownlint-cli";
mcs = "mono";
nixfmt = "nixfmt-classic";
phpcbf = [
"phpPackages"
"php-codesniffer"

View file

@ -67,6 +67,7 @@ in
"mdformat"
"mdl"
"mypy"
"nixfmt"
"pmd"
"prettierd"
"proselint"
@ -184,7 +185,6 @@ in
meson_format = "meson";
mix = "elixir";
nimpretty = "nim";
nixfmt = "nixfmt-classic";
nixpkgs_fmt = "nixpkgs-fmt";
opacheck = "open-policy-agent";
opentofu_fmt = "opentofu";