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.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 4cfdd846a6..69b119a489 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -39,12 +39,7 @@ depot.nix.readTree.drvTargets {
   nix = self.nix_2_3;
   nix_latest = super.nix;
 
-  # nixos-option only builds against Nix 2.15
-  nixos-option = super.nixos-option.override {
-    nix = self.nixVersions.nix_2_15;
-  };
-
-  # Too match telega in emacs-overlay or wherever
+  # To match telega in emacs-overlay or wherever
   tdlib = super.tdlib.overrideAttrs (_: {
     version = "1.8.16";
     src = self.fetchFromGitHub {
@@ -113,10 +108,6 @@ 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 {