add dhall support
This commit is contained in:
parent
7d9514fa8f
commit
226f5a2818
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,7 @@ with lib; {
|
|||
nvim-lspconfig
|
||||
lsp_extensions-nvim
|
||||
lsp-status-nvim
|
||||
dhall-vim
|
||||
];
|
||||
|
||||
output.path.path = with pkgs; [
|
||||
|
@ -112,6 +113,9 @@ with lib; {
|
|||
# C++
|
||||
clang-tools
|
||||
|
||||
# Dhall
|
||||
dhall-lsp-server
|
||||
|
||||
# Python
|
||||
(writeScriptBin "pyright-langserver" ''
|
||||
# pyright has a symlinked `./bin` which breaks Nix's `symlinkJoin`
|
||||
|
|
Loading…
Reference in a new issue