On 03/07/2014 05:46 PM, Pjotr Prins wrote: > Sorry, I was not clear. I do not want to build on my laptop (the noise > drives me nuts :). So I want to build on a remote server and install > on my laptop, or on compute nodes, or whatever. With Nix it is > possible. Does Guix allow caching of packages, so I can share. Of > course it does, question is how :). Do I revert to Nix?
FWIK, you have to run the same hydra from Nix on the server. Then you'll have to change the hydra.gnu.org server to your server in the Guix code somewhere. Sree