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 <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
0c178a0ef6
commit
b29ef90636
1 changed files with 1 additions and 2 deletions
3
third_party/overlays/tvl.nix
vendored
3
third_party/overlays/tvl.nix
vendored
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue