From dcd676af2d677445522d3d67c64cecd11e270aa5 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:38:46 +0200 Subject: [PATCH] memtier-benchmark: widen supported platforms --- pkgs/by-name/me/memtier-benchmark/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/me/memtier-benchmark/package.nix b/pkgs/by-name/me/memtier-benchmark/package.nix index 234ad109d0fc..e37df1419c59 100644 --- a/pkgs/by-name/me/memtier-benchmark/package.nix +++ b/pkgs/by-name/me/memtier-benchmark/package.nix @@ -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