fix(3p/git): Use git derivation from stable channel as base

unstable is, of course, not working correctly at the moment
This commit is contained in:
Vincent Ambo 2020-05-26 01:49:01 +01:00
parent dcb39d3198
commit 4947aa9ab3

View file

@ -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;
};