mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Allow disabling log compression
This commit is contained in:
parent
a7a43adb79
commit
53b24f3518
2 changed files with 35 additions and 12 deletions
|
@ -297,6 +297,16 @@ build-use-chroot = /dev /proc /bin</programlisting>
|
|||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry><term><literal>build-compress-log</literal></term>
|
||||
|
||||
<listitem><para>If set to <literal>true</literal> (the default),
|
||||
build logs written to <filename>/nix/var/log/nix/drvs</filename>
|
||||
will be compressed on the fly using bzip2. Otherwise, they will
|
||||
not be compressed.</para></listitem>
|
||||
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry><term><literal>system</literal></term>
|
||||
|
||||
<listitem><para>This option specifies the canonical Nix system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue