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