lix/src
Eelco Dolstra 7f893b7a43 * Allow derivations to hint that they should not be built remotely
using the build hook mechanism, by setting the derivation attribute
  "preferLocalBuild" to true.  This has a few use cases:

  - The user environment builder.  Since it just creates a bunch of
    symlinks without much computation, there is no reason to do it
    remotely.  In fact, doing it remotely requires the entire closure
    of the user environment to be copied to the remote machine, which
    is extremely wasteful.

  - `fetchurl'.  Performing the download on a remote machine and then
    copying it to the local machine involves twice as much network
    traffic as performing the download locally, and doesn't save any
    CPU cycles on the local machine.
2010-08-04 12:13:58 +00:00
..
bin2c * Sync with the trunk. 2010-04-20 09:20:29 +00:00
boost * Install some headers in the right location. 2009-03-05 14:57:50 +00:00
bsdiff-4.3 * Mac OS X 10.5 compatibility. 2007-12-13 22:06:19 +00:00
libexpr * Sync with the trunk. 2010-06-21 07:55:38 +00:00
libmain * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
libstore * Allow derivations to hint that they should not be built remotely 2010-08-04 12:13:58 +00:00
libutil * Sync with the trunk. 2010-05-12 22:13:09 +00:00
nix-env * Sync with the trunk. 2010-06-21 07:55:38 +00:00
nix-hash * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
nix-instantiate * Sync with the trunk. 2010-05-12 22:13:09 +00:00
nix-log2xml * Emit warning='1' or error='1' attributes for lines marked as 2010-03-05 12:54:58 +00:00
nix-setuid-helper * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
nix-store * Sync with the trunk. 2010-06-21 07:55:38 +00:00
nix-worker * Allow unprivileged users to do `nix-store --clear-failed-paths' and 2010-05-04 10:45:10 +00:00
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00