neovide: support darwin

conduit-nginx
Artturin 2021-10-21 20:51:25 +03:00
parent 24b7f415e6
commit abe0a8608b
1 changed files with 1 additions and 1 deletions

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