From ea0f9884d3e50a8488f8c9267498a656ff8e7997 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 12 May 2026 00:54:09 -0400 Subject: [PATCH] Revert "valkey: disable check phase to fix build" This reverts commit 355b6aa0653f4acf0f1bf498ca996b9015559e79. --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 0fbc741..9d4142f 100644 --- a/flake.nix +++ b/flake.nix @@ -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