From cb67ce353633c0eb4af991af515d6a94e46dd487 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nix/homeModules/common/user-nixconf.nix b/nix/homeModules/common/user-nixconf.nix index c7b11124..73ef4e38 100644 --- a/nix/homeModules/common/user-nixconf.nix +++ b/nix/homeModules/common/user-nixconf.nix @@ -8,7 +8,6 @@ package = lib.mkDefault (nixosConfig.nix.package or pkgs.nix); settings = { - allow-import-from-derivation = "true"; extra-substituters = [ "https://nix-community.cachix.org" "https://leana8959.cachix.org" @@ -25,8 +24,8 @@ "nix-command" "flakes" ]; - keep-outputs = true; - keep-derivations = true; + allow-import-from-derivation = true; + keep-outputs = false; # Build time derivations and sources }; registry.flakies = {