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/kevinburke/ssh_config/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix (limited to 'third_party/gopkgs/github.com/kevinburke/ssh_config') diff --git a/third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix b/third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix new file mode 100644 index 000000000000..ed8dadc40cae --- /dev/null +++ b/third_party/gopkgs/github.com/kevinburke/ssh_config/default.nix @@ -0,0 +1,15 @@ +{ pkgs, ... }: + +pkgs.buildGo.external { + path = "github.com/kevinburke/ssh_config"; + + src = pkgs.third_party.fetchFromGitHub { + owner = "kevinburke"; + repo = "ssh_config"; + rev = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e"; + sha256 = "1bxfjkjl3ibzdkwyvgdwawmd0skz30ah1ha10rg6fkxvj7lgg4jz"; + }; + + deps = with pkgs.third_party; map (p: p.gopkg) [ + ]; +} -- cgit 1.4.1