Merge pull request #221840 from houstdav000/patch/erlang-ls-bin

erlang-ls: Set `meta.mainProgram`
This commit is contained in:
Mario Rodas 2023-03-19 15:15:09 -05:00 committed by GitHub
commit 42ceacb854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ rebar3Relx {
description = "The Erlang Language Server";
platforms = platforms.unix;
license = licenses.asl20;
mainProgram = "erlang_ls";
};
passthru.updateScript = writeScript "update.sh" ''
#!/usr/bin/env nix-shell