From db5b86ef13026d7f034527005ab231ddc2b7d2c1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 Apr 2012 19:15:34 -0400 Subject: * Add an option ‘build-use-substitutes’, which can be set to ‘false’ to disable use of substitutes; i.e., force building from source. Fixes Nix/221. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/manual/conf-file.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/manual') diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml index 10e6d08cde76..f220c8374ae6 100644 --- a/doc/manual/conf-file.xml +++ b/doc/manual/conf-file.xml @@ -225,6 +225,15 @@ env-keep-derivations = false + build-use-substitutes + + If set to true (default), Nix + will use binary substitutes if available. This option can be + disabled to force building from source. + + + + build-chroot-dirs When builds are performed in a chroot environment, -- cgit 1.4.1