Merge pull request #193387 from lucperkins/lperkins/vector-aarch64-darwin

vector: update platforms list to include aarch64-darwin
This commit is contained in:
superherointj 2022-09-28 17:59:44 -03:00 committed by GitHub
commit d8404059b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/timberio/vector";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ thoughtpolice happysalada ];
platforms = with platforms; linux;
platforms = [ "aarch64-linux" "x86_64-linux" "aarch64-darwin" ];
};
}