Unverified Commit fa16fc40 authored by Dennis Gosnell's avatar Dennis Gosnell Committed by GitHub
Browse files

echidna: mark as broken (#464586)

parents b6288614 5f5be147
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -127,4 +127,6 @@ haskellPackages.mkDerivation rec {
  ];
  platforms = lib.platforms.unix;
  mainProgram = "echidna";
  # Fails to build since https://hydra.nixos.org/build/313316669/nixlog/2
  broken = true;
}