Hi, keinflue <keinf...@posteo.net> writes:
> I am not sure whether this is intended behavior, but it seems weird to > me. Inside e.g. > > guix shell -Cu test coreutils > > /home/test is mounted read-only and I do not see any way to make it > writable without sharing a host directory. As noted in the ‘guix pull’ news, you can use ‘--writable-root’. Otherwise, everything but the current directory and /tmp is read-only. Ludo’.