Reapply "valkey: disable check phase to fix build"
All checks were successful
Build and Deploy / mreow (push) Successful in 58s
Build and Deploy / yarn (push) Successful in 1m3s
Build and Deploy / muffin (push) Successful in 3m56s

This reverts commit ea0f9884d3.
This commit is contained in:
2026-05-12 02:16:31 -04:00
parent 9d4b420326
commit 51a6d53582

View File

@@ -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: