From 6025242fc7bc8ef883547ef81959f271eb847083 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 21 Oct 2022 18:01:02 +0200 Subject: chore(buf): Use nixpkgs-provided buf The version of buf used is quite old. nixpkgs provides a more recent version, but it requires us to migrate config to the latest version. depot_scanner.proto doesn't honor some of the conventions, so we need allow_comment_ignores and drop a bunch of comments in there. Change-Id: Ic978fe92fb7c8471f58c137497528f18aad8f3ab Reviewed-on: https://cl.tvl.fyi/c/depot/+/7053 Reviewed-by: sterni Reviewed-by: tazjin Tested-by: tazjin --- third_party/bufbuild/default.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 third_party/bufbuild/default.nix (limited to 'third_party/bufbuild') diff --git a/third_party/bufbuild/default.nix b/third_party/bufbuild/default.nix deleted file mode 100644 index 38d84b24bcb4..000000000000 --- a/third_party/bufbuild/default.nix +++ /dev/null @@ -1,29 +0,0 @@ -# buf.build is a Protobuf linter and breaking change detector. -# Several binaries are produced. -{ pkgs, lib, ... }: - -pkgs.buildGoModule { - pname = "buf"; - version = "v0.20.1"; - vendorHash = "sha256:1gg5c7aiqb4w1zxwsraxxpln33xkmkzlp1h69xgi9i08zvrfipqs"; - - src = pkgs.fetchFromGitHub { - owner = "bufbuild"; - repo = "buf"; - rev = "5e8bf4c800de911764ffdf8d2188b7f6f54476e4"; - sha256 = "1rni5swfnb4sbrd9rls4mc3902xhqrlsja96lfcdfjzx08g6kg20"; - }; - - doCheck = false; - - # TODO(riking): postinstall produce shell completions for bash, fish, zsh - # bin/buf bash-completion - # bin/buf zsh-completion - # # bin/buf manpages # not yet functional - - meta = with lib; { - description = "Protobuf linter and breaking change detector"; - homepage = "https://buf.build/docs/introduction"; - license = licenses.asl20; - }; -} -- cgit 1.4.1