Commit 3ad25700 authored by Auguste Baum's avatar Auguste Baum Committed by Auguste Baum
Browse files

typst-lsp: set meta.mainProgram

This is so for `getExe` to work without warnings.
parent d9cd112c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "A brand-new language server for Typst";
    homepage = "https://github.com/nvarner/typst-lsp";
    mainProgram = "typst-lsp";
    changelog = "https://github.com/nvarner/typst-lsp/releases/tag/${src.rev}";
    license = with licenses; [ asl20 mit ];
    maintainers = with maintainers; [ figsoda GaetanLepage ];