valkey: disable check phase to fix build
Some checks failed
Build and Deploy / mreow (push) Successful in 1m0s
Build and Deploy / yarn (push) Successful in 1m5s
Build and Deploy / muffin (push) Failing after 2m12s

This commit is contained in:
2026-05-12 00:48:59 -04:00
parent bd12ce2a0b
commit 355b6aa065

View File

@@ -335,6 +335,11 @@
prev.callPackage "${patchedStableSrc}/pkgs/by-name/sy/syncstorage-rs/package.nix" prev.callPackage "${patchedStableSrc}/pkgs/by-name/sy/syncstorage-rs/package.nix"
{ }; { };
}) })
(final: prev: {
valkey = prev.valkey.overrideAttrs (_: {
doCheck = false;
});
})
# NOTE: systemd patch is applied via `systemd.package` in the module # NOTE: systemd patch is applied via `systemd.package` in the module
# list below, not via an overlay. An overlay replaces pkgs.systemd # list below, not via an overlay. An overlay replaces pkgs.systemd
# for every consumer, which cascades through udev-check-hook and # for every consumer, which cascades through udev-check-hook and