check-meta: Clarify error message about unsupported platform (#434297)

This commit is contained in:
Philip Taron
2025-08-26 11:36:01 -07:00
committed by GitHub
+1 -1
View File
@@ -534,7 +534,7 @@ let
reason = "unsupported";
errormsg = ''
is not available on the requested hostPlatform:
hostPlatform.config = "${hostPlatform.config}"
hostPlatform.system = "${hostPlatform.system}"
package.meta.platforms = ${toPretty' (attrs.meta.platforms or [ ])}
package.meta.badPlatforms = ${toPretty' (attrs.meta.badPlatforms or [ ])}
'';