valkey: add passthru.serverBin

This commit is contained in:
Marc Jakobi
2025-08-27 12:00:35 +02:00
parent ddd1826f29
commit 3d24a35ef4
+2
View File
@@ -116,6 +116,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postCheck
'';
passthru.serverBin = "valkey-server";
meta = with lib; {
homepage = "https://valkey.io/";
description = "High-performance data structure server that primarily serves key/value workloads";