about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-08-08T20·56+0300
committerclbot <clbot@tvl.fyi>2023-08-08T21·56+0000
commitad28f78741618a513876be48b1a28b825417fcb7 (patch)
treebfe60722cb0339350c14bcea56860921c8a3ff69 /third_party/overlays
parent0d4465297a221270816dc5ac4ded840ea88710d1 (diff)
chore(3p/sources): Bump channels & overlays r/6475
* web/pwcrypt: bump wasm-bindgen
* corp/tvixbolt: bump wasm-bindgen
* corp/rih/frontend: bump wasm-bindgen
* corp/predlozhnik: bump wasm-bindgen
* 3p/overlays: set hiPrio on nixpkgs-review package

  There is some upstream bug causing a conflict with the ZSH
  completion files generated by home-manager.

Change-Id: Ibe5de5564d3214d48469abe175cbebe5356acf74
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9046
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/overlays')
-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 {