neovide: support darwin

This commit is contained in:
Artturin 2021-10-21 20:51:25 +03:00
parent 24b7f415e6
commit abe0a8608b

View File

@ -126,7 +126,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Kethku/neovide";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ck3d ];
platforms = platforms.linux;
platforms = platforms.unix;
mainProgram = "neovide";
};
}