Thank you for the review. On 2024-01-24 11:18:27 +0100, Ludovic Courtès wrote: > > +You can spawn a shell with all the required dependencies using GNU Guix > > +by running the following command: > > + > > + guix shell -D -f guix.scm --pure > > I would suggest running: > > guix shell -CP > > (Currently ‘README’ suggests ‘guix shell’.) > > The rationale is: it’s shorter, using a container avoids interference, > and ‘-P’ works well with ‘config.cache’ & co. (because the cached file > names then are $HOME/.guix-profile/…). > > WDYT? Modified as agreed on irc. I am not convinced on the -P, but I defer to your judgment on this. Have a nice day, Tomas Volf -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.