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 <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2021-03-24 01:19:17 +02:00 committed by tazjin
parent 580d8fc37c
commit 3842c184b6
31 changed files with 31 additions and 31 deletions

View file

@ -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";