include black in buildInput commands
Some checks failed
Tests / Tests (pull_request) Failing after 11s

This commit is contained in:
2026-01-30 14:26:55 -08:00
parent aba0b16a51
commit e1cc8b3ee1

View File

@@ -21,7 +21,7 @@
in in
with pkgs; { with pkgs; {
devShell = mkShell { devShell = mkShell {
buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf]; buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf black];
}; };
}); });
} }