Carlo Zancanaro <[email protected]> writes: > I can't comment about how others use it, but I almost exclusively use > the bare "guix shell" with no isolation. I mostly build project-specific > development environments where I still want to access the rest of my > system.
Huh, interesting how everyone has a personal workflow. I basically only use the --container variant, since for any project-specific environment I want to be sure that the manifest.scm of the project actually lists everything required to build and test it. Since you can use --expose, --share, -E, -N and -W to leak "just enough" of the outside world into the shell container, it is very flexible, but still well described. Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.
