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

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