]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
misc: add rust analyzer and sphinx to shell.nix
authorEric Leblond <el@stamus-networks.com>
Thu, 7 Aug 2025 21:14:03 +0000 (23:14 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 19 Aug 2025 11:50:00 +0000 (13:50 +0200)
This allows to have the LSP server present and permits to build the
documentation.

shell.nix

index c5a0073c756408fe9823926a6a190406932ee2af..7e3927c3a37df475fc47a42bca2c59015699d644 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -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