about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix')
-rw-r--r--third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
index 834e1f6074..d002280652 100644
--- a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
+++ b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
@@ -1,6 +1,6 @@
 { depot, ... }:
 
-depot.buildGo.external {
+depot.nix.buildGo.external {
   path = "github.com/xanzy/ssh-agent";
 
   src = depot.third_party.fetchFromGitHub {