feat: add puppet lsp package
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
0f350e5188
commit
06bfb44459
6 changed files with 459 additions and 2 deletions
8
pkgs/puppet-editor-services/package.nix
Normal file
8
pkgs/puppet-editor-services/package.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
bundlerApp,
|
||||
}:
|
||||
bundlerApp {
|
||||
pname = "puppet-editor-services";
|
||||
gemdir = ./.;
|
||||
exes = [ "puppet-languageserver" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue