Commit graph

4 commits

Author SHA1 Message Date
Eric Leblond
b6839ebcf8 misc: add rust analyzer and sphinx to shell.nix
This allows to have the LSP server present and permits to build the
documentation.
2025-08-19 13:50:00 +02:00
Eric Leblond
f342ae9e8c misc: add git-clang-format to shell.nix 2025-05-09 07:50:39 +02:00
Eric Leblond
96962536a7 misc: add python support to shell.nix
This allows to run suricata-verify from the shell environment.

Ticket: #7669
2025-05-09 07:50:39 +02:00
Eric Leblond
90a08ecfc3 misc: add a shell.nix file
By adding a `shell.nix` file in the root directory of the source,
NixOs (https://nixos.org/) users can get a ready for development
environment by simply running `nix-shell` from the source tree.

This is really convenient as the installation of needed packages
is just done as user and transparently for the user/developer.

Ticket: #7669
2025-05-09 07:50:39 +02:00