[NixOS] Add kotlin language server

This commit is contained in:
2024-11-10 15:17:06 -07:00
parent 7e301c1452
commit 50c28d68c2
2 changed files with 4 additions and 2 deletions

View File

@@ -46,6 +46,10 @@ makeEnable config "myModules.code" true {
poetry
black
# kotlin
kotlin
kotlin-language-server
# dhall
haskellPackages.dhall
haskellPackages.dhall-json

View File

@@ -62,8 +62,6 @@ final: prev: {
pip
requests
tox
virtualenv
virtualenvwrapper
];
in
final.python311.withPackages my-python-packages;