From 35cb8e69e294de3c602b13046d58f2765a2d124c 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..c5096654 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 = true; # Build time derivations and sources }; registry.flakies = {