add dhall support

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-26 13:49:23 +01:00
parent 7d9514fa8f
commit 226f5a2818
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -98,6 +98,7 @@ with lib; {
nvim-lspconfig nvim-lspconfig
lsp_extensions-nvim lsp_extensions-nvim
lsp-status-nvim lsp-status-nvim
dhall-vim
]; ];
output.path.path = with pkgs; [ output.path.path = with pkgs; [
@ -112,6 +113,9 @@ with lib; {
# C++ # C++
clang-tools clang-tools
# Dhall
dhall-lsp-server
# Python # Python
(writeScriptBin "pyright-langserver" '' (writeScriptBin "pyright-langserver" ''
# pyright has a symlinked `./bin` which breaks Nix's `symlinkJoin` # pyright has a symlinked `./bin` which breaks Nix's `symlinkJoin`