From 85abe706671cdfbd9af4954633e8555f8b7b9467 Mon Sep 17 00:00:00 2001 From: Janez Podhostnik Date: Sat, 21 Feb 2026 12:21:10 +0100 Subject: [PATCH] whosthere: switch supported platforms from linux -> unix --- pkgs/by-name/wh/whosthere/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/wh/whosthere/package.nix b/pkgs/by-name/wh/whosthere/package.nix index e47c50f7af48..fac4be2372cc 100644 --- a/pkgs/by-name/wh/whosthere/package.nix +++ b/pkgs/by-name/wh/whosthere/package.nix @@ -55,7 +55,7 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/ramonvermeulen/whosthere"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ matthiasbeyer ]; - platforms = lib.platforms.linux; + platforms = lib.platforms.unix; mainProgram = "whosthere"; }; })