about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-19T15·24+0000
committerVincent Ambo <tazjin@google.com>2019-12-19T15·24+0000
commit11865364acaa4b03124c6beb73f6b7a18776eae6 (patch)
treecda445933e38784575dd56df2913daabfc382cf6 /overrides
parent90ebd154caf216e585c4d161dcc525eb0ae00761 (diff)
chore(overrides): Remove buildGo.nix to prepare for depot merge r/201
Diffstat (limited to 'overrides')
-rw-r--r--overrides/buildGo.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/overrides/buildGo.nix b/overrides/buildGo.nix
deleted file mode 100644
index a3bbb143c7..0000000000
--- a/overrides/buildGo.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ pkgs, ... }:
-
-(import "${builtins.fetchGit {
-  url = "https://github.com/tazjin/buildGo.nix";
-  rev = "53630e3b1544de38f509e48ac0f589bcfafa7728";
-}}/buildGo.nix") { pkgs = pkgs.third_party; }