about summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-09-13 15:44:09 -0400
committerDennis Gosnell <cdep.illabout@gmail.com>2023-09-13 15:44:09 -0400
commitda61e87c86619e13e4d79ccb8fa7897044d43653 (patch)
tree2e717ef71d108e611a8073de95a6bf7ab6edbd6f /pkgs/development/misc
parent0f549bb91bb4b71c2516a4bc973eb5c77f1df5f3 (diff)
haskellPackages.hasura-ekg-json: mark broken
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/haskell/hasura/ekg-json.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/misc/haskell/hasura/ekg-json.nix b/pkgs/development/misc/haskell/hasura/ekg-json.nix
index bb71aef27970d..db5c7ffb0346f 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;
 }