nixos/nix: Use multiline-with-logs format by default
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-11-24 13:20:35 +01:00
parent 565b92d1ea
commit af2af33de3
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -37,6 +37,7 @@ in {
builders-use-substitutes = true;
download-attempts = 8;
http-connections = 128;
log-format = "multiline-with-logs";
max-substitution-jobs = 128;
preallocate-contents = true;
use-cgroups = true;