diff options
Diffstat (limited to 'third_party/overlays')
-rw-r--r-- | third_party/overlays/patches/nvd-nix-2.3.patch | 12 | ||||
-rw-r--r-- | third_party/overlays/tvl.nix | 6 |
2 files changed, 0 insertions, 18 deletions
diff --git a/third_party/overlays/patches/nvd-nix-2.3.patch b/third_party/overlays/patches/nvd-nix-2.3.patch deleted file mode 100644 index e39a747942e6..000000000000 --- a/third_party/overlays/patches/nvd-nix-2.3.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/nvd b/src/nvd -index 4caf646..793fc60 100755 ---- a/src/nvd -+++ b/src/nvd -@@ -440,7 +440,6 @@ def query_closure_disk_usage_bytes(target: Path) -> Optional[int]: - stdout = subprocess.run( - [ - make_nix_bin_path("nix"), "path-info", -- "--extra-experimental-features", "nix-command", - "--closure-size", target_str, - ], - stdout=PIPE, 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"; |