From 36fa320e554bcba2abbe48c55b1b4311a9ce8d46 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 19 Dec 2019 16:25:47 +0000 Subject: feat(third_party): Add Go packages for src-d/go-git This is going to be used in my git syncing tool for the cgit setup. --- .../gopkgs/github.com/mitchellh/go-homedir/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix (limited to 'third_party/gopkgs/github.com/mitchellh/go-homedir') diff --git a/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix b/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix new file mode 100644 index 000000000000..0d94f6cf6e22 --- /dev/null +++ b/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix @@ -0,0 +1,12 @@ +{ pkgs, ... }: + +pkgs.buildGo.external { + path = "github.com/mitchellh/go-homedir"; + + src = pkgs.third_party.fetchFromGitHub { + owner = "mitchellh"; + repo = "go-homedir"; + rev = "af06845cf3004701891bf4fdb884bfe4920b3727"; + sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1"; + }; +} -- cgit 1.4.1