speed-dreams: remove empty hydraPlatforms

This commit is contained in:
Mio
2026-01-16 13:41:01 +11:00
committed by GitHub
parent f1a4cca774
commit 964a2e0537
-1
View File
@@ -154,7 +154,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ raskin ];
platforms = lib.platforms.linux;
hydraPlatforms = [ ];
mainProgram = "speed-dreams";
};
}