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