From 006e9e3ac649dca3c2005f35f7ddc7d68f50bec7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 13 Dec 2021 18:03:55 +0100 Subject: [PATCH] nix: add tools to devShell --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 614040f..ba32138 100644 --- a/flake.nix +++ b/flake.nix @@ -56,6 +56,9 @@ devShell = pkgs.mkShell { buildInputs = with pkgs; [ + pkgs.python3Packages.black + pkgs.python3Packages.isort + pkgs.python3Packages.mypy python3 ];