Skip to content

Commit

Permalink
fix(notifications): nix protobuf in buck2NativeDependencies (#3845)
Browse files Browse the repository at this point in the history
* fix(notifications): use nix protoc instead of buckified

* fix(notifications): put protobuf under buck2NativeBuildInputs
  • Loading branch information
bodymindarts authored Jan 16, 2024
1 parent 7e5abc1 commit 4cb9095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

buck2NativeBuildInputs = with pkgs; [
buck2
protobuf
nodejs
pnpm
python3
Expand Down Expand Up @@ -71,7 +72,6 @@
cargo-watch
reindeer
gitMinimal
protobuf
grpcurl
]
++ buck2NativeBuildInputs
Expand Down

0 comments on commit 4cb9095

Please sign in to comment.