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