vector: update platforms list to include aarch64-darwin
This commit is contained in:
parent
edfb2f80ee
commit
cce4fdbcfd
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue