this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

erlang: switch from erlang-ls to erlang-language-platform

erlang-ls has been archived and they suggest using erlang-language-platform

yemou 06058625 a69a0f8e

+1 -1
+1 -1
erlang/flake.nix
··· 17 17 buildInputs = with pkgs; [ 18 18 (with beamMinimalPackages; [ 19 19 erlang 20 - erlang-ls 20 + erlang-language-platform 21 21 erlfmt 22 22 rebar3 23 23 ])