From da61e87c86619e13e4d79ccb8fa7897044d43653 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 13 Sep 2023 15:44:09 -0400 Subject: [PATCH] haskellPackages.hasura-ekg-json: mark broken --- pkgs/development/misc/haskell/hasura/ekg-json.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/misc/haskell/hasura/ekg-json.nix b/pkgs/development/misc/haskell/hasura/ekg-json.nix index bb71aef27970..db5c7ffb0346 100644 --- a/pkgs/development/misc/haskell/hasura/ekg-json.nix +++ b/pkgs/development/misc/haskell/hasura/ekg-json.nix @@ -21,5 +21,7 @@ mkDerivation { homepage = "https://github.com/tibbe/ekg-json"; description = "JSON encoding of ekg metrics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ lassulus ]; + broken = true; }