nix: add tools to devShell

This commit is contained in:
Bruno BELANYI 2021-12-13 18:03:55 +01:00
parent 5f332cc4fa
commit b1f325432c

View file

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