chore(overrides): Remove buildGo.nix to prepare for depot merge

This commit is contained in:
Vincent Ambo 2019-12-19 15:24:00 +00:00
parent 90ebd154ca
commit 11865364ac

View file

@ -1,6 +0,0 @@
{ pkgs, ... }:
(import "${builtins.fetchGit {
url = "https://github.com/tazjin/buildGo.nix";
rev = "53630e3b1544de38f509e48ac0f589bcfafa7728";
}}/buildGo.nix") { pkgs = pkgs.third_party; }