lol

traitor: mark as Linux-only

It's in the description of the package: "Automatic Linux privilege
escalation".

+1 -1
+1 -1
pkgs/tools/security/traitor/default.nix
··· 18 18 vendorSha256 = null; 19 19 20 20 meta = with lib; { 21 - broken = stdenv.isDarwin; 22 21 description = "Automatic Linux privilege escalation"; 23 22 longDescription = '' 24 23 Automatically exploit low-hanging fruit to pop a root shell. Traitor packages ··· 26 25 (including most of GTFOBins) in order to pop a root shell. 27 26 ''; 28 27 homepage = "https://github.com/liamg/traitor"; 28 + platforms = platforms.linux; 29 29 license = with licenses; [ mit ]; 30 30 maintainers = with maintainers; [ fab ]; 31 31 };