Add phpactor

This commit is contained in:
Ariel D'Alessandro 2023-09-25 22:04:24 +02:00 committed by Gaétan Lepage
parent 4316099f05
commit 70b5f969ca

View file

@ -406,6 +406,11 @@ with lib; let
''; '';
}; };
} }
{
name = "phpactor";
description = "Enable phpactor, for PHP";
package = pkgs.phpactor;
}
{ {
name = "pylsp"; name = "pylsp";
description = "Enable pylsp, for Python."; description = "Enable pylsp, for Python.";