From 4cb909512842f0a7c05f41c4cfa14ede42321778 Mon Sep 17 00:00:00 2001 From: Justin Carter Date: Tue, 16 Jan 2024 18:35:38 +0100 Subject: [PATCH] fix(notifications): nix protobuf in buck2NativeDependencies (#3845) * fix(notifications): use nix protoc instead of buckified * fix(notifications): put protobuf under buck2NativeBuildInputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c97855b2e5..d15124d77e 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,7 @@ buck2NativeBuildInputs = with pkgs; [ buck2 + protobuf nodejs pnpm python3 @@ -71,7 +72,6 @@ cargo-watch reindeer gitMinimal - protobuf grpcurl ] ++ buck2NativeBuildInputs