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

@ -1,6 +1,6 @@
{ depot, ... }:
depot.buildGo.external {
depot.nix.buildGo.external {
path = "github.com/mitchellh/go-homedir";
src = depot.third_party.fetchFromGitHub {