feat: disable problematic packages
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s

This commit is contained in:
uttarayan21
2025-10-09 09:30:29 +03:00
parent 5370a33368
commit 387175bbd5
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
ripgrep ripgrep
sd sd
tldr tldr
vcpkg-tool # vcpkg-tool
] ]
++ lib.optionals (!device.isServer) [ ++ lib.optionals (!device.isServer) [
monaspace monaspace

View File

@@ -499,7 +499,7 @@ in {
sqls.enable = true; sqls.enable = true;
pyright.enable = true; pyright.enable = true;
slint_lsp.enable = true; slint_lsp.enable = true;
sourcekit.enable = true; # sourcekit.enable = true;
openscad_lsp.enable = true; openscad_lsp.enable = true;
rust_analyzer = { rust_analyzer = {
enable = true; enable = true;