helix/default.nix: add solargraph

solargraph is a ruby LSP
This commit is contained in:
Charlie Root 2025-02-27 10:50:16 +01:00
commit d02f206ad4
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -22,6 +22,7 @@
shellcheck, shellcheck,
shfmt, shfmt,
stdenv, stdenv,
solargraph,
tinymist, tinymist,
typescript-language-server, typescript-language-server,
... ...
@ -283,6 +284,9 @@
# Shell # Shell
shellcheck shellcheck
# ruby
solargraph
]; ];
buildInputs = [makeWrapper]; buildInputs = [makeWrapper];
postBuild = '' postBuild = ''