diff options
Diffstat (limited to 'nix/nix.conf')
-rw-r--r-- | nix/nix.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/nix.conf b/nix/nix.conf index f3defe69..de2ede71 100644 --- a/nix/nix.conf +++ b/nix/nix.conf @@ -5,3 +5,5 @@ cores = 4 log-lines = 200 filter-syscalls = false sandbox = false +keep-outputs = true +keep-derivations = true |