plugins/lsp/bashls: set correct package

This commit is contained in:
Gaetan Lepage 2024-06-18 09:19:21 +02:00 committed by Gaétan Lepage
parent 6d7131995a
commit 8609ea3ce4

View file

@ -37,7 +37,7 @@ let
{
name = "bashls";
description = "bashls for bash";
package = pkgs.nodePackages.bash-language-server;
package = pkgs.bash-language-server;
}
{
name = "beancount";