about summary refs log tree commit diff
path: root/overrides/buildGo.nix
blob: a3bbb143c7c276745c94ff7746418629b831b102 (plain) (blame)
1
2
3
4
5
6
{ pkgs, ... }:

(import "${builtins.fetchGit {
  url = "https://github.com/tazjin/buildGo.nix";
  rev = "53630e3b1544de38f509e48ac0f589bcfafa7728";
}}/buildGo.nix") { pkgs = pkgs.third_party; }