eval inputs with nil
This commit is contained in:
parent
aa7a75a09a
commit
37bd82c145
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user