about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--third_party/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 350d4c8139..38317f7005 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -162,7 +162,8 @@ in exposed // {
 
   # Packages to be overridden
   originals = {
-    inherit (nixpkgs) abseil-cpp git glog notmuch;
+    inherit (nixpkgs) abseil-cpp glog notmuch;
+    inherit (stableNixpkgs) git;
     ffmpeg = nixpkgs.ffmpeg-full;
   };