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