From 8f098d71f0543351c4e6d2bb11210b97a33aac95 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sat, 6 Aug 2016 18:47:35 +0300 Subject: [PATCH] idea.android-studio: Disable Hydra build http://hydra.nixos.org/build/38305379 --- pkgs/applications/editors/idea/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix index 187480217eb..7bfa55d28bd 100644 --- a/pkgs/applications/editors/idea/default.nix +++ b/pkgs/applications/editors/idea/default.nix @@ -24,6 +24,7 @@ let once it's ready. ''; platforms = platforms.linux; + hydraPlatforms = []; # Depends on androidsdk, which hits Hydra's output limits maintainers = with maintainers; [ edwtjo ]; }; });