agdaPackages.iowa-stdlib: Remove hydraPlatforms

They are set automatically in the agda packages builder.
This commit is contained in:
Manuel Bärenz 2021-07-22 16:35:01 +02:00 committed by sterni
parent af84eacb05
commit 6721ae424a

View file

@ -26,8 +26,6 @@ mkDerivation (rec {
platforms = lib.platforms.unix;
# broken since Agda 2.6.1
broken = true;
# remove once unbroken
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ alexarice turion ];
};
})