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