steal some nix options from jackson.dev

https://jackson.dev/post/nix-reasonable-defaults/
This commit is contained in:
jacekpoz 2024-10-03 18:11:56 +02:00
parent 4c8ee9efd2
commit 4dcc1fd612
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -20,6 +20,10 @@
keep-outputs = true; keep-outputs = true;
keep-derivations = true; keep-derivations = true;
use-xdg-base-directories = true; use-xdg-base-directories = true;
connect-timeout = 5;
log-lines = 25;
fallback = true;
warn-dirty = false;
}; };
}; };
} }