eval inputs with nil

This commit is contained in:
Dmitriy Kholkin 2024-07-07 17:03:57 +03:00
parent aa7a75a09a
commit 37bd82c145
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -135,6 +135,12 @@ in
"formatting" = { "formatting" = {
"command" = ["${pkgs.nixfmt-rfc-style}/bin/nixfmt"]; "command" = ["${pkgs.nixfmt-rfc-style}/bin/nixfmt"];
}; };
"nix" = {
"maxMemoryMB" = 4096;
"flake" = {
"autoEvalInputs" = true;
};
};
}; };
}; };
"rust-analyzer.check.command" = "clippy"; "rust-analyzer.check.command" = "clippy";