diff --git a/Makefile b/Makefile index df56acd9d..cf7c5fb79 100644 --- a/Makefile +++ b/Makefile @@ -240,5 +240,5 @@ yamllint: $(YAMLLINT_BIN) .PHONY: _protoc ## Install all required tools for use with this Makefile. _protoc: - $(GO) install $(PROTOC_GEN_GO) - $(GO) install $(PROTOC_GEN_GO_GRPC) \ No newline at end of file + GOBIN=$${PWD}/bin $(GO) install $(PROTOC_GEN_GO) + GOBIN=$${PWD}/bin $(GO) install $(PROTOC_GEN_GO_GRPC) diff --git a/shell.nix b/shell.nix index 31c02667a..c109f2dfe 100644 --- a/shell.nix +++ b/shell.nix @@ -11,6 +11,8 @@ with pkgs; mkShell { buildInputs = [ + git + gnumake jq nixfmt nodePackages.prettier