summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/logic/cedille/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/logic/cedille/default.nix b/pkgs/applications/science/logic/cedille/default.nix
index 0605873fec1..611bbbe979f 100644
--- a/pkgs/applications/science/logic/cedille/default.nix
+++ b/pkgs/applications/science/logic/cedille/default.nix
@@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
     # Broken due to Agda update.  See
     # https://github.com/NixOS/nixpkgs/pull/129606#issuecomment-881107449.
     broken = true;
+    hydraPlatforms = platforms.none;
   };
 }