neovide: fix meta.mainProgram
it was trying to start neovide-unstable
This commit is contained in:
parent
e41ba38114
commit
3ab8ce12c2
@ -116,5 +116,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ ck3d ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "neovide";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user