erlang-ls: init at 0.15.0

This commit is contained in:
David
2021-05-13 08:54:43 +09:00
committed by Raphael Megzari
parent 3d770c1aa5
commit 32c14664e8
4 changed files with 127 additions and 0 deletions
@@ -35,6 +35,8 @@ let
fetchMixDeps = callPackage ./fetch-mix-deps.nix { };
mixRelease = callPackage ./mix-release.nix { };
erlang-ls = callPackage ./erlang-ls { };
# BEAM-based languages.
elixir = elixir_1_11;