about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-09-28T08·22+0200
committerclbot <clbot@tvl.fyi>2022-09-28T08·36+0000
commitb29ef90636cfe0ce21aaa95301105079f4709fed (patch)
tree303723f0e1eb8736d9c48b33fcf10554c5139884
parent0c178a0ef61d2f5f4d6169c7a951663c62509cd7 (diff)
chore(3p/overlays/tvl): point nix src to rev belonging to the branch r/4981
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 <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
-rw-r--r--third_party/overlays/tvl.nix3
1 files changed, 1 insertions, 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
       {