From 51a6d535828087e0a0dd7eca544db1a9cd6ee929 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 12 May 2026 02:16:31 -0400 Subject: [PATCH] Reapply "valkey: disable check phase to fix build" This reverts commit ea0f9884d3e50a8488f8c9267498a656ff8e7997. --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index e32251e..0ceb583 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; + }); + }) ]; nixpkgs.config.allowUnfreePredicate = pkg: