zfxtop: Set platforms to linux

zfxtop is only compatible with Linux but is currently available on all
platforms in nixpkgs, see issue #342548
This commit is contained in:
Nik Armstrong
2025-03-10 16:10:44 +11:00
parent d3ea0717ca
commit 72b7693dfa
+1
View File
@@ -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";
};