guix/src
Eelco Dolstra a5c6347ff0 build-remote.pl: Use ‘nix-store --serve’ on the remote side
This makes things more efficient (we don't need to use an SSH master
connection, and we only start a single remote process) and gets rid of
locking issues (the remote nix-store process will keep inputs and
outputs locked as long as they're needed).

It also makes it more or less secure to connect directly to the root
account on the build machine, using a forced command
(e.g. ‘command="nix-store --serve --write"’). This bypasses the Nix
daemon and is therefore more efficient.

Also, don't call nix-store to import the output paths.
2014-07-11 16:22:24 +02:00
..
boost boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
bsdiff-4.3
download-via-ssh nix-copy-closure -s: Do substitutions via ‘nix-store --serve’ 2014-07-10 20:43:04 +02:00
libexpr Fix compilation error on some versions of GCC 2014-07-09 12:14:40 +02:00
libmain Ugly hack to allow --argstr values starting with a dash 2014-05-23 14:43:58 +02:00
libstore build-remote.pl: Use ‘nix-store --serve’ on the remote side 2014-07-11 16:22:24 +02:00
libutil Fix broken Pid constructor 2014-07-10 21:48:21 +02:00
nix-daemon Refactoring: Move all fork handling into a higher-order function 2014-07-10 16:58:09 +02:00
nix-env nix-env -qa --json: Generate valid JSON even if there are invalid meta attrs 2014-06-02 17:58:43 +02:00
nix-hash
nix-instantiate Style fix 2014-06-27 11:36:23 +02:00
nix-log2xml
nix-store build-remote.pl: Use ‘nix-store --serve’ on the remote side 2014-07-11 16:22:24 +02:00