diff options
Diffstat (limited to 'third_party/overlays/patches')
-rw-r--r-- | third_party/overlays/patches/nvd-nix-2.3.patch | 12 |
1 files changed, 0 insertions, 12 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, |