From 9604ebdda29b434d8828523f5c07e347b90322b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 6 May 2025 03:58:34 +0200 Subject: [PATCH] Revert "nix: disable keep-outputs" This reverts commit 9fadb6a6c04a3e9d3ebf51f3d4065fec905fc31d. Having btrfs means I can use the drive more, I suppose --- nix/homeModules/common/user-nixconf.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/homeModules/common/user-nixconf.nix b/nix/homeModules/common/user-nixconf.nix index 950f1841..c7b11124 100644 --- a/nix/homeModules/common/user-nixconf.nix +++ b/nix/homeModules/common/user-nixconf.nix @@ -25,6 +25,8 @@ "nix-command" "flakes" ]; + keep-outputs = true; + keep-derivations = true; }; registry.flakies = {