diff options
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 2a99e66c7403..976efe838979 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 { |