From 6b46cf6c6bcb106522c11ff59d317e616fa24230 Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Mon, 6 Jul 2026 19:12:06 +0100 Subject: [PATCH] nixos/tests/immich-vectorchord-reindex: do not patch vectorchord 1.0.0 The patches in the vectorchord package are for 1.1.1 only and do not cleanly apply to 1.0.0. Regardless, the latter does not need them to successfully build and run. --- nixos/tests/web-apps/immich-vectorchord-reindex.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/tests/web-apps/immich-vectorchord-reindex.nix b/nixos/tests/web-apps/immich-vectorchord-reindex.nix index 65308d11838f..da808cf64a8e 100644 --- a/nixos/tests/web-apps/immich-vectorchord-reindex.nix +++ b/nixos/tests/web-apps/immich-vectorchord-reindex.nix @@ -37,6 +37,10 @@ hash = "sha256-+BOuiinbKPZZaDl9aYsIoZPgvLZ4FA6Rb4/W+lAz4so="; }; + # Remove the patches currently used for vectorchord 1.1.1, + # as vectorchord 1.0.0 does not need them. + patches = [ ]; + cargoDeps = pkgs.rustPlatform.fetchCargoVendor { inherit (finalAttrs) src; hash = "sha256-kwe2x7OTjpdPonZsvnR1C/89D5W/R5JswYF79YcSFEA=";