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:
Katherina Walshe-Grey 2024-09-18 19:45:18 +01:00
parent 6a1597aee8
commit 0b6d72a4b6

View file

@ -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";