diff options
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 71c46b86d1f3..9eca0814e03a 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -33,13 +33,6 @@ let ).tarball; in { - buf = super.buf.overrideAttrs (old: { - patches = [ - # Rebased on 1.9.0: https://github.com/bufbuild/buf/commit/bcaa77f8bbb8f6c198154c7c8d53596da4506dab - ./patches/buf-tests-dont-use-file-transport.patch - ] ++ old.patches or [ ]; - }); - nix_2_3 = super.nix_2_3.overrideAttrs (_: { src = "${nixTarball}/tarballs/nix-${nixTarball.version}.tar.xz"; }); |