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:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user