scrutiny-collector: build for darwin (#294630)

This commit is contained in:
misuzu 2025-06-18 17:16:12 +03:00 committed by GitHub
commit 581c9e914c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,5 @@ buildGoModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jnsgruk ];
mainProgram = "scrutiny-collector-metrics";
platforms = lib.platforms.linux;
};
}