From 0b6d72a4b630935becaa8b4b78fad01a6f94cac9 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 18 Sep 2024 19:45:18 +0100 Subject: [PATCH] qenya/vscode: disable automatic flake input evaluation Unfortunately the memory requirements are too high to meet realistically (tested with 8 GiB; still failed). --- home/qenya/vscode.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/qenya/vscode.nix b/home/qenya/vscode.nix index f9d8c6e..5a4c9bd 100644 --- a/home/qenya/vscode.nix +++ b/home/qenya/vscode.nix @@ -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";