From 72aa26777288f1683dad257c899dd5d010f8aff8 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Fri, 26 Apr 2024 04:05:23 +0530 Subject: [PATCH] chore: add protobuf to flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 138ea192..52d4317d 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,7 @@ nativeBuildInputs = with pkgs; [ rustToolchain + protobuf ] ++ lib.optionals pkgs.stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration