diff options
Diffstat (limited to 'third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix')
-rw-r--r-- | third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix b/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix index 974f39c9197e..a95fe63433cf 100644 --- a/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix +++ b/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix @@ -1,6 +1,6 @@ { depot, ... }: -depot.buildGo.external { +depot.nix.buildGo.external { path = "github.com/mitchellh/go-homedir"; src = depot.third_party.fetchFromGitHub { |