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.
This commit is contained in:
Diogo Correia
2026-07-06 19:12:06 +01:00
parent 1ed61918a9
commit 6b46cf6c6b
@@ -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=";