diff --git a/shell.nix b/shell.nix index 67db96bd66..5954f231ce 100644 --- a/shell.nix +++ b/shell.nix @@ -40,6 +40,13 @@ in with pkgs; "zerocallusedregs" ]; + packages = [ + (pkgs.python3.withPackages (python-pkgs: [ + python-pkgs.pyyaml + python-pkgs.requests + ])) + ]; + #shellHook = '' # cargo install cbindgen #'';