qenya/vscode: disable automatic flake input evaluation
Unfortunately the memory requirements are too high to meet realistically (tested with 8 GiB; still failed).
This commit is contained in:
parent
6a1597aee8
commit
0b6d72a4b6
|
@ -38,10 +38,7 @@ in
|
|||
"nix.serverSettings".nil = {
|
||||
diagnostics.ignored = [ "unused_binding" "unused_with" ];
|
||||
formatting.command = [ "nixpkgs-fmt" ];
|
||||
nix.flake = {
|
||||
autoArchive = true;
|
||||
autoEvalInputs = true;
|
||||
};
|
||||
nix.flake.autoArchive = true;
|
||||
};
|
||||
"terminal.integrated.allowChords" = false;
|
||||
"terminal.integrated.defaultProfile.linux" = "zsh";
|
||||
|
|
Loading…
Reference in a new issue