From 72b7693dfabe7813cd59c75dbf55fd1febcbe509 Mon Sep 17 00:00:00 2001 From: Nik Armstrong Date: Sun, 9 Mar 2025 12:58:37 +1100 Subject: [PATCH] zfxtop: Set platforms to linux zfxtop is only compatible with Linux but is currently available on all platforms in nixpkgs, see issue #342548 --- pkgs/by-name/zf/zfxtop/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/zf/zfxtop/package.nix b/pkgs/by-name/zf/zfxtop/package.nix index 71ac3b1e773f..82a3453ffc0c 100644 --- a/pkgs/by-name/zf/zfxtop/package.nix +++ b/pkgs/by-name/zf/zfxtop/package.nix @@ -21,6 +21,7 @@ buildGoModule rec { description = "fetch top for gen Z with X written by bubbletea enjoyer"; homepage = "https://github.com/ssleert/zfxtop"; license = licenses.bsd2; + platforms = platforms.linux; maintainers = with maintainers; [ wozeparrot ]; mainProgram = "zfxtop"; };