Pjotr Prins <pjotr.publi...@thebird.nl> skribis: > On Tue, Nov 06, 2018 at 02:30:08PM +0100, Ludovic Courtès wrote: >> > Now 'guix pull' itself is rather slow. Would it be possible to use >> > Guix pack or archive on an existing ~/.config/guix/current graph? >> >> Substitutes *are* such an archive. > > Hmmm. How do I create one?
Suppose you have pulled commit X on a machine and you run ‘guix publish’ on that machine. If you run ‘guix pull --commit=X’ on another machine that takes substitutes from the first machine, you should definitely get substitutes. HTH! Ludo’.