forked from momo/invoiceplane-template
devshell: add phpactor LSP
This commit is contained in:
parent
0f7e0b6478
commit
85d995a41f
|
@ -15,6 +15,11 @@
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
|
|
||||||
perSystem = { config, pkgs, final, ... }: {
|
perSystem = { config, pkgs, final, ... }: {
|
||||||
|
devShells.default = pkgs.mkShell {
|
||||||
|
buildInputs = with pkgs; [
|
||||||
|
phpactor
|
||||||
|
];
|
||||||
|
};
|
||||||
overlayAttrs = {
|
overlayAttrs = {
|
||||||
inherit (config.packages) invoiceplane-template;
|
inherit (config.packages) invoiceplane-template;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue