zfxtop: Set platforms to linux (#388346)

This commit is contained in:
Nick Cao
2025-03-10 08:27:28 -04:00
committed by GitHub
+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";
};