diff --git a/flake.nix b/flake.nix index a30ce44726..527c463a65 100644 --- a/flake.nix +++ b/flake.nix @@ -584,6 +584,9 @@ cargo-nextest perl # needed to build vendored OpenSSL git-cliff + (python3.withPackages (pypkgs: with pypkgs; [ + tox + ])) ]; }; }