Add common python tools to venv template

This commit is contained in:
Evie Litherland-Smith 2023-04-26 16:26:13 +01:00
parent d07d5b250a
commit 59c9ca38d2

View file

@ -10,6 +10,9 @@ in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
(python.withPackages python-packages)
black
isort
ruff
git
];