devshell: add phpactor LSP

This commit is contained in:
teutat3s 2024-10-07 15:41:44 +02:00
parent 0f7e0b6478
commit 85d995a41f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -15,6 +15,11 @@
systems = [ "x86_64-linux" "aarch64-linux" ];
perSystem = { config, pkgs, final, ... }: {
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
phpactor
];
};
overlayAttrs = {
inherit (config.packages) invoiceplane-template;
};