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 = {
|
"nix.serverSettings".nil = {
|
||||||
diagnostics.ignored = [ "unused_binding" "unused_with" ];
|
diagnostics.ignored = [ "unused_binding" "unused_with" ];
|
||||||
formatting.command = [ "nixpkgs-fmt" ];
|
formatting.command = [ "nixpkgs-fmt" ];
|
||||||
nix.flake = {
|
nix.flake.autoArchive = true;
|
||||||
autoArchive = true;
|
|
||||||
autoEvalInputs = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
"terminal.integrated.allowChords" = false;
|
"terminal.integrated.allowChords" = false;
|
||||||
"terminal.integrated.defaultProfile.linux" = "zsh";
|
"terminal.integrated.defaultProfile.linux" = "zsh";
|
||||||
|
|
Loading…
Reference in a new issue