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:
parent
dcb39d3198
commit
4947aa9ab3
1 changed files with 2 additions and 1 deletions
3
third_party/default.nix
vendored
3
third_party/default.nix
vendored
|
@ -162,7 +162,8 @@ in exposed // {
|
||||||
|
|
||||||
# Packages to be overridden
|
# Packages to be overridden
|
||||||
originals = {
|
originals = {
|
||||||
inherit (nixpkgs) abseil-cpp git glog notmuch;
|
inherit (nixpkgs) abseil-cpp glog notmuch;
|
||||||
|
inherit (stableNixpkgs) git;
|
||||||
ffmpeg = nixpkgs.ffmpeg-full;
|
ffmpeg = nixpkgs.ffmpeg-full;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue