Revert "valkey: disable check phase to fix build"

This reverts commit 355b6aa065.
This commit is contained in:
2026-05-12 00:54:09 -04:00
parent 355b6aa065
commit ea0f9884d3

View File

@@ -335,11 +335,6 @@
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
# list below, not via an overlay. An overlay replaces pkgs.systemd
# for every consumer, which cascades through udev-check-hook and