Skip to content

Commit

Permalink
plugins/none-ls: use php-codesniffer package instead of deprecated ph…
Browse files Browse the repository at this point in the history
…pcbf
  • Loading branch information
GaetanLepage committed Feb 28, 2024
1 parent 8bc08ab commit 07e690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/none-ls/servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ with lib; let
};
pint = {};
phpcbf = {
package = pkgs.phpPackages.phpcbf;
package = pkgs.phpPackages.php-codesniffer;
};
prettier = {
package = pkgs.nodePackages.prettier;
Expand Down

0 comments on commit 07e690a

Please sign in to comment.