Skip to content

Commit 00d64e5

Browse files
committed
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.
1 parent 3b9e6d6 commit 00d64e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

+2
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@
555555
cargo-nextest
556556
perl # needed to build vendored OpenSSL
557557
git-cliff
558+
python311
559+
python311Packages.tox
558560
];
559561
};
560562
}

0 commit comments

Comments
 (0)