generated: Update

- Updated efmls-configs.nix
- Updated rust-analyzer.nix
This commit is contained in:
github-actions[bot] 2024-08-29 05:43:22 +00:00 committed by Gaétan Lepage
parent eff7d61785
commit bc7f4166f4
2 changed files with 96 additions and 32 deletions

View file

@ -253,7 +253,9 @@
subTypes = [
{
kind = "enum";
values = [ "all" ];
values = [
"all"
];
}
{
item = {
@ -321,8 +323,12 @@
type = {
kind = "oneOf";
subTypes = [
{ kind = "boolean"; }
{ kind = "string"; }
{
kind = "boolean";
}
{
kind = "string";
}
];
};
};
@ -383,7 +389,9 @@
subTypes = [
{
kind = "enum";
values = [ "all" ];
values = [
"all"
];
}
{
item = {
@ -512,7 +520,9 @@
type = {
kind = "oneOf";
subTypes = [
{ kind = "string"; }
{
kind = "string";
}
{
item = {
kind = "string";
@ -1611,8 +1621,12 @@
item = {
kind = "oneOf";
subTypes = [
{ kind = "string"; }
{ kind = "object"; }
{
kind = "string";
}
{
kind = "object";
}
];
};
kind = "list";
@ -1762,7 +1776,9 @@
they will end up being interpreted as options to
[`rustc`s built-in test harness (libtest)](https://doc.rust-lang.org/rustc/tests/index.html#cli-arguments).
'';
pluginDefault = [ "--show-output" ];
pluginDefault = [
"--show-output"
];
type = {
item = {
kind = "string";