diff options
author | Florian Klink <flokli@flokli.de> | 2024-01-16T19·54+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-01-17T07·33+0000 |
commit | 62b10cac4490dd1b6b0001d12ef94560e40eecb9 (patch) | |
tree | 4e54b04815651585a28f2ab864b55d2f7c1da19d /third_party | |
parent | b624edb2ae0df67f9d70a031563b83a33bb282ef (diff) |
chore(third_party/patches): drop unused crate2nix patch r/7396
Change-Id: I4adaca20a7efffc0a98d880f15fcbe9340419971 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10649 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'third_party')
-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 |