From 00d64e56cb364b5dec50cf7984df0133a1dda55e Mon Sep 17 00:00:00 2001 From: Septias Date: Wed, 20 Nov 2024 11:34:22 +0100 Subject: [PATCH] add python and tox to dev env Without tox any python `scripts/make-python-env.sh` does not run. Maybe at some point we can even generate the environment for testing with `venvHook` like functionality. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index bd532030b8..452e20f805 100644 --- a/flake.nix +++ b/flake.nix @@ -555,6 +555,8 @@ cargo-nextest perl # needed to build vendored OpenSSL git-cliff + python311 + python311Packages.tox ]; }; }