diff --git a/common/home/neovim/langs/bash.nix b/common/home/neovim/langs/bash.nix index b6d9661..6190786 100644 --- a/common/home/neovim/langs/bash.nix +++ b/common/home/neovim/langs/bash.nix @@ -37,7 +37,7 @@ in { require('lspconfig').bashls.setup(require('coq').lsp_ensure_capabilities({ settings = { bashIde = { - shellcheckPath = '${pkgs.shellcheck}', + shellcheckPath = '${pkgs.shellcheck}/bin/shellcheck', }, }, }));