diff --git a/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix b/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix index 0bd68afae4b8..055459514e44 100644 --- a/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix +++ b/pkgs/development/misc/haskell/hasura/graphql-engine/default.nix @@ -70,4 +70,6 @@ mkDerivation { description = "GraphQL API over Postgres"; license = stdenv.lib.licenses.asl20; maintainers = with stdenv.lib.maintainers; [ offline ]; + hydraPlatforms = []; + broken = true; }