about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r--third_party/overlays/tvl.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 2a99e66c74..976efe8389 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -116,6 +116,10 @@ depot.nix.readTree.drvTargets {
     };
   }));
 
+  # nixpkgs-review added ZSH completions upstream, which collide with
+  # nix-zsh-completions.
+  nixpkgs-review = self.lib.hiPrio super.nixpkgs-review;
+
   # Pin a newer version of crate2nix from git, which is not officially
   # released but supports `dep:`
   crate2nix = super.crate2nix.overrideAttrs (old: rec {