Include black in flake buildInputs #225

Merged
loewy merged 2 commits from loewy/include-just-black-in-flake-build-inputs into master 2026-01-30 22:32:07 +00:00
Showing only changes of commit e1cc8b3ee1 - Show all commits

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];
}; };
}); });
} }