From 3842c184b644f37bffbb45c0b59d5ae0d7a8c7ae Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 24 Mar 2021 01:19:17 +0200 Subject: chore(3p/gopkgs): 'depot.buildGo' -> 'depot.nix.buildGo' This makes it possible to deprecate the previous alias. Change-Id: I6efe73a21dc771cfa28094bbac434a188aebfd45 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2647 Tested-by: BuildkiteCI Reviewed-by: sterni --- third_party/gopkgs/golang.org/x/net/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gopkgs/golang.org/x/net/default.nix') diff --git a/third_party/gopkgs/golang.org/x/net/default.nix b/third_party/gopkgs/golang.org/x/net/default.nix index 450369d694..899600dab0 100644 --- a/third_party/gopkgs/golang.org/x/net/default.nix +++ b/third_party/gopkgs/golang.org/x/net/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "golang.org/x/net"; src = builtins.fetchGit { url = "https://go.googlesource.com/net"; -- cgit 1.4.1