Add common python tools to venv template
This commit is contained in:
parent
d07d5b250a
commit
59c9ca38d2
|
@ -10,6 +10,9 @@ in
|
|||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
(python.withPackages python-packages)
|
||||
black
|
||||
isort
|
||||
ruff
|
||||
git
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue