From b2074f0892cefff24646c9c346d7454fe92a0c27 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 18 Mar 2018 13:27:30 +0100 Subject: [PATCH] Fix bad XML --- doc/manual/command-ref/conf-file.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index 4a94b935..6638bf61 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -123,7 +123,7 @@ false. - auto-optimise-store + auto-optimise-store If set to true, Nix automatically detects files in the store that have identical @@ -452,7 +452,6 @@ builtins.fetchurl { When the disk reaches min-free bytes of free disk space during a build, nix will start to garbage-collection until max-free bytes are available on the disk. A value of 0 (the default) means that this feature is disabled. -