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

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