diff --git a/shell.nix b/shell.nix index be2dcb2f885f8..f32999356c353 100644 --- a/shell.nix +++ b/shell.nix @@ -52,5 +52,6 @@ else "assets/fonts/zed-sans" ]; }; + PROTOC = "${pkgs.protobuf}/bin/protoc"; }; }