From e1cc8b3ee121fd61d9e36bc0a0a6392b65772f2e Mon Sep 17 00:00:00 2001 From: Loewy Date: Fri, 30 Jan 2026 14:26:55 -0800 Subject: [PATCH] include black in buildInput commands --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 165ccbb..40b92a3 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ in with pkgs; { devShell = mkShell { - buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf]; + buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf black]; }; }); }