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.nix6
1 files changed, 3 insertions, 3 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..078592aa9d 100644
--- a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
+++ b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
@@ -1,9 +1,9 @@
-{ depot, ... }:
+{ depot, pkgs, ... }:
 
-depot.buildGo.external {
+depot.nix.buildGo.external {
   path = "github.com/xanzy/ssh-agent";
 
-  src = depot.third_party.fetchFromGitHub {
+  src = pkgs.fetchFromGitHub {
     owner = "xanzy";
     repo = "ssh-agent";
     rev = "6a3e2ff9e7c564f36873c2e36413f634534f1c44";