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