misc: add python support to shell.nix

This allows to run suricata-verify from the shell environment.

Ticket: #7669
pull/13201/head
Eric Leblond 4 months ago committed by Victor Julien
parent 649a032ba9
commit 96962536a7

@ -40,6 +40,13 @@ in with pkgs;
"zerocallusedregs"
];
packages = [
(pkgs.python3.withPackages (python-pkgs: [
python-pkgs.pyyaml
python-pkgs.requests
]))
];
#shellHook = ''
# cargo install cbindgen
#'';

Loading…
Cancel
Save