···1818 vendorSha256 = null;
19192020 meta = with lib; {
2121- broken = stdenv.isDarwin;
2221 description = "Automatic Linux privilege escalation";
2322 longDescription = ''
2423 Automatically exploit low-hanging fruit to pop a root shell. Traitor packages
···2625 (including most of GTFOBins) in order to pop a root shell.
2726 '';
2827 homepage = "https://github.com/liamg/traitor";
2828+ platforms = platforms.linux;
2929 license = with licenses; [ mit ];
3030 maintainers = with maintainers; [ fab ];
3131 };