pixinsight: disable hydra builds

This commit is contained in:
superherointj
2022-09-09 12:03:14 -03:00
parent 0017614360
commit a262d8905b
@@ -128,6 +128,7 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.sheepforce ];
hydraPlatforms = [];
mainProgram = "PixInsight";
};
}