disable auto-eval flakes in nil

This commit is contained in:
Dmitriy Kholkin 2024-09-14 18:53:18 +03:00
parent 0fef08fbdd
commit 3510d178ba
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -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" = {