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