Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 95376c9ec23d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78090f4f094f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 7, 2018

  1. 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).
    edolstra committed Nov 7, 2018
    Copy the full SHA
    78090f4 View commit details
Showing with 1 addition and 16 deletions.
  1. +1 −16 doc/stdenv.xml
17 changes: 1 addition & 16 deletions doc/stdenv.xml
Original file line number Diff line number Diff line change
@@ -618,7 +618,7 @@ let f(h, h + 1, i) = i + h
</variablelist>

<variablelist>
<title>Variables affecting build properties</title>
<title>Attributes affecting build properties</title>
<varlistentry>
<term>
<varname>enableParallelBuilding</varname>
@@ -637,21 +637,6 @@ let f(h, h + 1, i) = i + h
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<varname>preferLocalBuild</varname>
</term>
<listitem>
<para>
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).
</para>
</listitem>
</varlistentry>
</variablelist>

<variablelist>