Merge pull request #256080 from anthonyroussel/goss-enable-darwin-build
goss: add darwin support
This commit is contained in:
commit
77d4f3bb1d
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user