diff options
author | Florian Klink <flokli@flokli.de> | 2024-03-19T14·51+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-19T14·55+0000 |
commit | bbb3d4cc40013833d76ee9d99255385b6deceba2 (patch) | |
tree | dcae87c7967a3f44ea7d6118b838af1b66925afc | |
parent | c641fce62a57a720987a56fe1d503fc9b63b5727 (diff) |
chore(3p/sources): remove gerrit-queue r/7740
We switched away from this a long time ago, no need to keep it in the overlay. Change-Id: I56ac5e95ef16763ca2160230c85fa778361198de Reviewed-on: https://cl.tvl.fyi/c/depot/+/11207 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r-- | third_party/overlays/tvl.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index c8a256fa3a83..83b1fcf63e8a 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -130,25 +130,6 @@ depot.nix.readTree.drvTargets { ]; }); - # Package gerrit-queue, which is not in nixpkgs yet - gerrit-queue = super.buildGoModule { - pname = "gerrit-queue"; - version = "unstable-2023-10-20"; - vendorHash = "sha256-+Ig4D46NphzpWKXO23Haea9EqVtpda8v9zLPJkbe3bQ="; - src = super.fetchFromGitHub { - owner = "flokli"; - repo = "gerrit-queue"; - rev = "0186dbde15c9b11dc17b422feb74c842f6fa605a"; - hash = "sha256-zXB5vre/Vr7UOyeMnf2RCtMKm+v5RENH7kGPr/2o7mI="; - }; - - meta = with lib; { - description = "Gerrit submit bot"; - homepage = "https://github.com/tweag/gerrit-queue"; - license = licenses.asl20; - }; - }; - # Imports a patch that fixes usage of this package on versions # >=1.9. The patch has been proposed upstream, but so far with no # reactions from the maintainer: |