disable auto-eval flakes in nil
This commit is contained in:
parent
0fef08fbdd
commit
3510d178ba
@ -140,12 +140,12 @@ in
|
|||||||
"formatting" = {
|
"formatting" = {
|
||||||
"command" = ["${pkgs.nixfmt-rfc-style}/bin/nixfmt"];
|
"command" = ["${pkgs.nixfmt-rfc-style}/bin/nixfmt"];
|
||||||
};
|
};
|
||||||
"nix" = {
|
# "nix" = {
|
||||||
"maxMemoryMB" = 4096;
|
# "maxMemoryMB" = 4096;
|
||||||
"flake" = {
|
# "flake" = {
|
||||||
"autoEvalInputs" = true;
|
# "autoEvalInputs" = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
"nixd" = {
|
"nixd" = {
|
||||||
"formatting" = {
|
"formatting" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user