vector: update platforms list to include aarch64-darwin

This commit is contained in:
Luc Perkins 2022-09-28 14:47:36 -05:00
parent edfb2f80ee
commit cce4fdbcfd
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

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" ];
};
}