From 717397d6fd1b2e55cfc16d1fe685dc03ed5ec8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 5 Jan 2026 08:26:35 +0100 Subject: [PATCH] home/user-nixconf: update and remove cppnix option --- nix/homeModules/common/user-nixconf.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/homeModules/common/user-nixconf.nix b/nix/homeModules/common/user-nixconf.nix index 9ca3a09e..5b22060b 100644 --- a/nix/homeModules/common/user-nixconf.nix +++ b/nix/homeModules/common/user-nixconf.nix @@ -26,10 +26,10 @@ "flakes" ]; allow-import-from-derivation = true; - keep-outputs = false; # Build time derivations and sources - - http-connections = 50; # default: 25 - max-substitution-jobs = 32; # default: 16 + keep-build-log = true; + keep-going = true; # Continue even when some fails + keep-outputs = true; # Build time derivations and sources + warn-dirty = false; }; }; }