From b29ef90636cfe0ce21aaa95301105079f4709fed Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 28 Sep 2022 10:22:58 +0200 Subject: chore(3p/overlays/tvl): point nix src to rev belonging to the branch Previously, we just fetched from the pull request branch which we should clean up. Change-Id: I53db11066056ca6c6ef5c2da68d9833372ae5dfe Reviewed-on: https://cl.tvl.fyi/c/depot/+/6793 Autosubmit: sterni Reviewed-by: tazjin Tested-by: BuildkiteCI --- third_party/overlays/tvl.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 2e2ed549b4..7eb0d22fc8 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -9,8 +9,7 @@ let nixSrc = let # branch 2.3-backport-await-users - # XXX(tazjin): merge https://github.com/tvlfyi/nix/pull/3 - rev = "22efe1ed25dff2fa15345a0f187e5ad450552599"; + rev = "46a91f2abaee85135cbb447c13957d3c5e9091a9"; in self.fetchFromGitHub { -- cgit 1.4.1