From 72940fb5482c21d9cd0b79e1ad5509e3bb8f2717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Wed, 15 Oct 2025 15:13:07 +0800 Subject: [PATCH] home: disable keep-derivations --- nix/homeModules/common/user-nixconf.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/homeModules/common/user-nixconf.nix b/nix/homeModules/common/user-nixconf.nix index c7b11124..a3d867da 100644 --- a/nix/homeModules/common/user-nixconf.nix +++ b/nix/homeModules/common/user-nixconf.nix @@ -25,8 +25,7 @@ "nix-command" "flakes" ]; - keep-outputs = true; - keep-derivations = true; + keep-outputs = false; # Build time derivations and sources }; registry.flakies = {