diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-23T23·19+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-23T23·44+0000 |
commit | 3842c184b644f37bffbb45c0b59d5ae0d7a8c7ae (patch) | |
tree | 01a297e7cf6e647fde39d6f1ca51dc7993c44e4b /third_party/gopkgs/github.com/googleapis/gax-go/default.nix | |
parent | 580d8fc37cb577d5027a288ce017bc73dc5d5b72 (diff) |
chore(3p/gopkgs): 'depot.buildGo' -> 'depot.nix.buildGo' r/2323
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 <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/gopkgs/github.com/googleapis/gax-go/default.nix')
-rw-r--r-- | third_party/gopkgs/github.com/googleapis/gax-go/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gopkgs/github.com/googleapis/gax-go/default.nix b/third_party/gopkgs/github.com/googleapis/gax-go/default.nix index d897e155e986..4c2d8dbd39a6 100644 --- a/third_party/gopkgs/github.com/googleapis/gax-go/default.nix +++ b/third_party/gopkgs/github.com/googleapis/gax-go/default.nix @@ -3,7 +3,7 @@ let inherit (depot) buildGo; inherit (builtins) fetchGit; -in depot.buildGo.external { +in depot.nix.buildGo.external { path = "github.com/googleapis/gax-go"; src = fetchGit { url = "https://github.com/googleapis/gax-go"; |