idea.android-studio: Disable Hydra build

http://hydra.nixos.org/build/38305379

+1
+1
pkgs/applications/editors/idea/default.nix
··· 24 once it's ready. 25 ''; 26 platforms = platforms.linux; 27 maintainers = with maintainers; [ edwtjo ]; 28 }; 29 });
··· 24 once it's ready. 25 ''; 26 platforms = platforms.linux; 27 + hydraPlatforms = []; # Depends on androidsdk, which hits Hydra's output limits 28 maintainers = with maintainers; [ edwtjo ]; 29 }; 30 });