Unverified Commit 3d24a35e authored by Marc Jakobi's avatar Marc Jakobi
Browse files

valkey: add passthru.serverBin

parent ddd1826f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";