lix/doc/manual
Eelco Dolstra 0b606aad46
Add automatic garbage collection
Nix can now automatically run the garbage collector during builds or
while adding paths to the store. The option "min-free = <bytes>"
specifies that Nix should run the garbage collector whenever free
space in the Nix store drops below <bytes>. It will then delete
garbage until "max-free" bytes are available.

Garbage collection during builds is asynchronous; running builds are
not paused and new builds are not blocked. However, there also is a
synchronous GC run prior to the first build/substitution.

Currently, no old GC roots are deleted (as in "nix-collect-garbage
-d").
2017-09-05 20:43:42 +02:00
..
advanced-topics Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOAD 2017-05-01 17:30:16 +02:00
command-ref Rename a few configuration options 2017-08-31 14:28:25 +02:00
expressions update MD5 to SHA-256 in expression-syntax 2017-08-18 16:07:33 -07:00
figures
glossary glossary: Fix word order 2017-07-07 22:07:46 +02:00
images/callouts
installation replace "Mac OS X" with "macOS" 2017-07-30 12:26:17 +02:00
introduction replace "Mac OS X" with "macOS" 2017-07-30 12:26:17 +02:00
packages
release-notes Add automatic garbage collection 2017-09-05 20:43:42 +02:00
troubleshooting
hacking.xml Add shell.nix 2016-12-06 17:17:29 +01:00
local.mk Add a new option to disable documentation generation at configure time 2016-09-20 14:34:43 +00:00
manual.xml
nix-lang-ref.xml
quote-literals.xsl
schemas.xml
style.css