goss: attempt to add darwin support

This commit is contained in:
Anthony Roussel 2023-09-19 12:40:53 +02:00
parent 5925c27bb7
commit b785e03a52
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -51,7 +51,7 @@ buildGoModule rec {
Once the test suite is written they can be executed, waited-on, or served as a health endpoint.
'';
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ hyzual jk anthonyroussel ];
};
}