On Monday, February 10th, 2025 at 4:07 PM, Ian Eure <i...@retrospec.tv> wrote:
> Then your colleague needs to run: > > guix time-machine -C channels.scm -- shell -m manifest.scm > Ok, thank you. Is this the official way of sharing a development shell among a team of developers? A couple of observation and proposal by a total novice: - That command looks a bit convoluted - It introduces time-machine when all I want is a shell - The ideal UX would be to just run: guix shell Then shell finds a manifest.scm + channels.scm and makes the magic. Is it non-sense? Cheers! Carlo