We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988906f commit f13bdefCopy full SHA for f13bdef
plugins/lsp/language-servers/default.nix
@@ -28,7 +28,10 @@ let
28
{
29
name = "astro";
30
description = "astrols for Astro";
31
- package = pkgs.nodePackages."@astrojs/language-server";
+ package =
32
+ pkgs.astro-language-server
33
+ # TODO remove the following line when https://github.com/NixOS/nixpkgs/pull/333736 reaches nixos-unstable
34
+ or pkgs.nodePackages."@astrojs/language-server";
35
cmd = cfg: [
36
"${cfg.package}/bin/astro-ls"
37
"--stdio"
0 commit comments