forked from momo/invoiceplane-template
devshell: add phpactor LSP
This commit is contained in:
parent
da9eac700b
commit
8fd252d743
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue