astro-ls: fix typo

This commit is contained in:
Pedro Alves 2023-01-24 00:08:11 +00:00
parent 936fe16971
commit 5fac9be0ab

View file

@ -7,7 +7,7 @@ let
name = "astro";
description = "Enable astrols, for Astro";
package = pkgs.nodePackages."@astrojs/language-server";
cmd = cfg: [ "${cfg.package}/bin/astrols" "--stdio" ];
cmd = cfg: [ "${cfg.package}/bin/astro-ls" "--stdio" ];
}
{
name = "bashls";