neovide: fix meta.mainProgram

it was trying to start neovide-unstable
This commit is contained in:
Matthieu Coudron 2021-08-12 00:48:29 +02:00 committed by Matthieu Coudron
parent e41ba38114
commit 3ab8ce12c2

View File

@ -116,5 +116,6 @@ rustPlatform.buildRustPackage rec {
license = with licenses; [ mit ];
maintainers = with maintainers; [ ck3d ];
platforms = platforms.linux;
mainProgram = "neovide";
};
}