nix: add tools to devShell
This commit is contained in:
parent
5f332cc4fa
commit
b1f325432c
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@
|
|||
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
pkgs.python3Packages.black
|
||||
pkgs.python3Packages.isort
|
||||
pkgs.python3Packages.mypy
|
||||
python3
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue