plugins/conform-nvim/formatter-packages: fix package for perltidy

This commit is contained in:
Gaetan Lepage 2025-12-31 16:57:02 +01:00 committed by Matt Sturgeon
parent 3910fdb8e2
commit 6ca2e221eb

View file

@ -134,7 +134,7 @@ in
inherit (ocamlPackages) ocp-indent;
odinfmt = ols;
opa_fmt = open-policy-agent;
perltidy = perl538Packages.PerlTidy;
perltidy = perlPackages.PerlTidy;
pg_format = pgformatter;
php_cs_fixer = php83Packages.php-cs-fixer;
inherit (php84Packages) phpinsights;