languages: add getExe todo comments to kotlin and nim

This commit is contained in:
poz 2025-07-21 12:41:52 +02:00
commit bc5c1d906e
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@
servers = {
kotlin-language-server = {
enable = true;
# TODO: switch to getExe when
# https://github.com/NixOS/nixpkgs/pull/426657 hits unstable
cmd = [(getExe' pkgs.kotlin-language-server "kotlin-language-server")];
filetypes = ["kotlin"];
root_markers = [

View file

@ -19,6 +19,8 @@
servers = {
nimlsp = {
enable = true;
# TODO: switch to getExe when
# https://github.com/NixOS/nixpkgs/pull/426657 hits unstable
cmd = [(getExe' pkgs.nimlsp "nimlsp")];
filetypes = ["nim"];
root_dir =