Merge pull request #312936 from ck3d/neovide-rm-x86-darwin

neovide: remove unsupported x86_64-darwin
This commit is contained in:
Christian Kögler 2024-06-04 22:50:21 +02:00 committed by GitHub
commit d1af0c17b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,6 +114,6 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec {
changelog = "https://github.com/neovide/neovide/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ck3d ];
platforms = platforms.all;
platforms = platforms.linux ++ [ "aarch64-darwin" ];
};
}