nix: add tools to devShell

This commit is contained in:
Bruno BELANYI 2021-12-13 18:03:55 +01:00
parent 39c5d2e59a
commit 006e9e3ac6

View file

@ -56,6 +56,9 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
pkgs.python3Packages.black
pkgs.python3Packages.isort
pkgs.python3Packages.mypy
python3
];