neovide: remove unsupported x86_64-darwin

This commit is contained in:
Christian Kögler 2024-05-19 18:49:03 +02:00
parent 83391072bc
commit 62a02b41d4

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