feat: add puppet lsp package

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-30 10:02:52 +02:00
parent 0f350e5188
commit 06bfb44459
Signed by: lander
GPG key ID: 0142722B4B0C536F
6 changed files with 459 additions and 2 deletions

View file

@ -0,0 +1,8 @@
{
bundlerApp,
}:
bundlerApp {
pname = "puppet-editor-services";
gemdir = ./.;
exes = [ "puppet-languageserver" ];
}