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

Loading…
Cancel
Save