devshell: add phpactor LSP

This commit is contained in:
teutat3s 2024-10-07 15:41:44 +02:00
parent da9eac700b
commit 8fd252d743
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;
};