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.
This commit is contained in:
parent
3fb29b1843
commit
36fa320e55
11 changed files with 173 additions and 0 deletions
12
third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix
vendored
Normal file
12
third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix
vendored
Normal file
|
@ -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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue