From 78090f4f094f6d551b07a767fff60ce10f221d72 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 7 Nov 2018 11:34:01 +0100 Subject: Remove preferLocalBuild documentation It's incorrect (preferLocalBuild does not prevent uploading to binary caches) and is not a stdenv attribute (it's already documented in the Nix manual). --- doc/stdenv.xml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'doc/stdenv.xml') diff --git a/doc/stdenv.xml b/doc/stdenv.xml index b2f30bf08db1..ef45ec301a6b 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -618,7 +618,7 @@ let f(h, h + 1, i) = i + h - Variables affecting build properties + Attributes affecting build properties enableParallelBuilding @@ -637,21 +637,6 @@ let f(h, h + 1, i) = i + h - - - preferLocalBuild - - - - If set, specifies that the package is so lightweight in terms of build - operations (e.g. write a text file from a Nix string to the store) that - there's no need to look for it in binary caches -- it's faster to just - build it locally. It also tells Hydra and other facilities that this - package doesn't need to be exported in binary caches (noone would use it, - after all). - - - -- cgit v1.2.3