misc: add rust analyzer and sphinx to shell.nix

This allows to have the LSP server present and permits to build the
documentation.
pull/13734/head
Eric Leblond 3 months ago committed by Victor Julien
parent b93a27722c
commit b6839ebcf8

@ -10,6 +10,8 @@ in with pkgs;
cargo cargo
rustc rustc
rust-cbindgen rust-cbindgen
rust-analyzer
tree-sitter-grammars.tree-sitter-rust
clang clang
libclang.python libclang.python
libllvm libllvm
@ -34,6 +36,7 @@ in with pkgs;
pcre2 pcre2
vectorscan vectorscan
zlib zlib
sphinx
]; ];
# the following is needed to be able to build ebpf files # the following is needed to be able to build ebpf files

Loading…
Cancel
Save