[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 poetry
black black
# kotlin
kotlin
kotlin-language-server
# dhall # dhall
haskellPackages.dhall haskellPackages.dhall
haskellPackages.dhall-json haskellPackages.dhall-json

View File

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