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