about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };