generated: Update

- Updated lspconfig-servers.json
- Updated none-ls.nix
- Updated rust-analyzer.nix
This commit is contained in:
github-actions[bot] 2025-04-22 12:16:02 +00:00
parent 3c16571378
commit 2d50e6b1f4
3 changed files with 12 additions and 1 deletions

View file

@ -261,6 +261,16 @@
kind = "boolean";
};
};
"rust-analyzer.cargo.noDeps" = {
description = ''
Whether to skip fetching dependencies. If set to "true", the analysis is performed
entirely offline, and Cargo metadata for dependencies is not fetched.
'';
pluginDefault = false;
type = {
kind = "boolean";
};
};
"rust-analyzer.cargo.sysroot" = {
description = ''
Relative path to the sysroot, or "discover" to try to automatically find it via