plugins/efmls-configs: rename package nixfmt to nixfmt-classic

This commit is contained in:
Gaetan Lepage 2024-04-04 10:24:31 +02:00 committed by Gaétan Lepage
parent f05d5aaf3b
commit dadf9b192d

View file

@ -46,7 +46,6 @@ with lib; let
jq jq
languagetool languagetool
mypy mypy
nixfmt
php php
prettierd prettierd
prettypst prettypst
@ -122,6 +121,7 @@ with lib; let
lua_format = luaformatter; lua_format = luaformatter;
markdownlint = markdownlint-cli; markdownlint = markdownlint-cli;
mcs = mono; mcs = mono;
nixfmt = nixfmt-classic;
phpcbf = phpPackages.php-codesniffer; phpcbf = phpPackages.php-codesniffer;
php_cs_fixer = phpPackages.php-cs-fixer; php_cs_fixer = phpPackages.php-cs-fixer;
phpcs = phpPackages.php-codesniffer; phpcs = phpPackages.php-codesniffer;