From 4947aa9ab335a2148616a6eb6a072f174958bd64 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 26 May 2020 01:49:01 +0100 Subject: fix(3p/git): Use git derivation from stable channel as base unstable is, of course, not working correctly at the moment --- third_party/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'third_party/default.nix') diff --git a/third_party/default.nix b/third_party/default.nix index 350d4c8139e5..38317f7005e5 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; }; -- cgit 1.4.1