tests/lsp: temporarily disable tests for nixd

This commit is contained in:
Gaetan Lepage 2024-03-10 14:21:31 +01:00 committed by Gaétan Lepage
parent 3fe9eb485c
commit 544fc5d60b
3 changed files with 8 additions and 4 deletions

View file

@ -33,7 +33,8 @@
installCargo = true;
installRustc = true;
};
nixd.enable = true;
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
nixd.enable = false;
};
};
};
@ -80,7 +81,8 @@
lsp = {
enable = true;
servers = {
nixd.enable = true;
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
nixd.enable = false;
rust-analyzer = {
enable = true;
installCargo = true;