From f70afe61a4d4792fafd54e83dd80cfe7856836ed Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 13 Jul 2020 17:19:40 +0100 Subject: feat(3p/rr): Add ThreadRipper compatibility patch Change-Id: Ia73883075e11bccaa234d3b1212f3ab9363f234c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1129 Tested-by: BuildkiteCI Reviewed-by: lukegb --- third_party/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/default.nix') diff --git a/third_party/default.nix b/third_party/default.nix index 47f6ededec..b0f2e1bd43 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -205,7 +205,7 @@ in exposed.lib.fix(self: exposed // { # Packages to be overridden originals = { - inherit (nixpkgs) openldap go grpc notmuch; + inherit (nixpkgs) openldap go grpc notmuch rr; inherit (stableNixpkgs) git; ffmpeg = nixpkgs.ffmpeg-full; }; -- cgit 1.4.1