about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--overrides/buildGo.nix2
-rw-r--r--third_party/default.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/overrides/buildGo.nix b/overrides/buildGo.nix
index aa6cd415df..3061e67b8c 100644
--- a/overrides/buildGo.nix
+++ b/overrides/buildGo.nix
@@ -2,5 +2,5 @@
 
 (import "${builtins.fetchGit {
   url = "https://github.com/tazjin/buildGo.nix";
-  rev = "28e587b348a8aaa7af00a004c05286af9d35ca9a";
+  rev = "5649c75d01dc9058d9a6092ad2a504669cc780a9";
 }}/buildGo.nix") { pkgs = pkgs.third_party; }
diff --git a/third_party/default.nix b/third_party/default.nix
index 1d10f01e72..c3f24b58ca 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -51,6 +51,7 @@ let
       openssl
       protobuf
       remarshal
+      ripgrep
       rsync
       runCommand
       rustPlatform