Hi Ricardo, On Tue, 22 Dec 2020 at 13:28, Ricardo Wurmus <rek...@elephly.net> wrote:
> On multi-user systems it does seem like a good idea to have a central > copy of the git repository and let individual users check out different > commits in their own worktree. > > Not sure exactly how this would work and if it’s really worth the > effort, though. The effort saves ~230MiB of download, did once. And for multi-users context, it often means a sysadmin is around. So, the first pull could done with: guix pull --url=/home/simon/src/guix where the path is a shared local repo created by the sysadmin. Well, it could be imagined that the root repo is under say /var/guix/checkouts/ and then if ~/.cache/guix/checkouts does not exist, it tries first to clone from this local repo. For sure, it is better the planet. ;-) All the best, simon