diff options
-rw-r--r-- | third_party/overlays/patches/crate2nix-tests-debug.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/overlays/patches/crate2nix-tests-debug.patch b/third_party/overlays/patches/crate2nix-tests-debug.patch deleted file mode 100644 index 384178c805f7..000000000000 --- a/third_party/overlays/patches/crate2nix-tests-debug.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/templates/nix/crate2nix/default.nix b/templates/nix/crate2nix/default.nix -index 4eefda8..d064118 100644 ---- a/templates/nix/crate2nix/default.nix -+++ b/templates/nix/crate2nix/default.nix -@@ -111,6 +111,7 @@ rec { - ( - _: { - buildTests = true; -+ release = false; - } - ); - # If the user hasn't set any pre/post commands, we don't want to |