From 355b6aa0653f4acf0f1bf498ca996b9015559e79 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 12 May 2026 00:48:59 -0400 Subject: [PATCH] valkey: disable check phase to fix build --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 9d4142f..0fbc741 100644 --- a/flake.nix +++ b/flake.nix @@ -335,6 +335,11 @@ 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