From 4bbbb58cb537014dd8b0b3c3c560c039ac57ad89 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 21 Feb 2020 12:47:29 +0000 Subject: chore: Rename pkgs->depot in all Nix file headers --- third_party/gopkgs/github.com/googleapis/gax-go/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'third_party/gopkgs/github.com/googleapis/gax-go') 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 fe694fdbbe..d897e155e9 100644 --- a/third_party/gopkgs/github.com/googleapis/gax-go/default.nix +++ b/third_party/gopkgs/github.com/googleapis/gax-go/default.nix @@ -1,16 +1,16 @@ -{ pkgs, ... }: +{ depot, ... }: let - inherit (pkgs) buildGo; + inherit (depot) buildGo; inherit (builtins) fetchGit; -in pkgs.buildGo.external { +in depot.buildGo.external { path = "github.com/googleapis/gax-go"; src = fetchGit { url = "https://github.com/googleapis/gax-go"; rev = "b443e5a67ec8eeac76f5f384004931878cab24b3"; }; - deps = with pkgs.third_party; [ + deps = with depot.third_party; [ gopkgs."golang.org".x.net.trace.gopkg gopkgs."google.golang.org".grpc.gopkg gopkgs."google.golang.org".grpc.codes.gopkg -- cgit 1.4.1