diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; }; |