about summary refs log tree commit diff
path: root/third_party/overlays/patches/nvd-nix-2.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays/patches/nvd-nix-2.3.patch')
-rw-r--r--third_party/overlays/patches/nvd-nix-2.3.patch12
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 e39a747942..0000000000
--- 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,