memtier-benchmark: widen supported platforms

This commit is contained in:
Hythera
2026-06-04 13:38:46 +02:00
parent d6ca2370fe
commit dcd676af2d
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Redis and Memcached traffic generation and benchmarking tool";
homepage = "https://github.com/redis/memtier_benchmark";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
thoughtpolice
hythera