diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-13T16·19+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-13T17·56+0000 |
commit | f70afe61a4d4792fafd54e83dd80cfe7856836ed (patch) | |
tree | 83dfc52a875bce3546317443694b4fbee5b283c9 /third_party/default.nix | |
parent | 4e52e2bd3d483430cd21e9d21570ee15024c223e (diff) |
feat(3p/rr): Add ThreadRipper compatibility patch r/1273
Change-Id: Ia73883075e11bccaa234d3b1212f3ab9363f234c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1129 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 47f6ededecc7..b0f2e1bd43cc 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; }; |