echidna: mark as broken (#464586)

This commit is contained in:
Dennis Gosnell
2025-11-25 01:03:39 +00:00
committed by GitHub
+2
View File
@@ -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;
}