diff options
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 79c4518877a5..3163a95db301 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -39,12 +39,6 @@ depot.nix.readTree.drvTargets { nix = self.nix_2_3; nix_latest = super.nix; - nvd = super.nvd.overrideAttrs (old: { - patches = old.patches or [ ] ++ [ - ./patches/nvd-nix-2.3.patch - ]; - }); - # Too match telega in emacs-overlay or wherever tdlib = super.tdlib.overrideAttrs (_: { version = "1.8.12"; |