Hi, On mar., 14 févr. 2023 at 06:00, Kyle Andrews <[email protected]> wrote: > ``` > guix shell -p $HOME/my/profile/emacs -p $HOME/my/profile/rstats --container > guix shell -p $HOME/my/profile/rstats -p $HOME/my/profile/emacs --container > ``` > > Both commands ran for me. However, the first environment didn't provide > Emacs. The second did provide even though it didn't run because there > was no X11 available and so it errored out.
Yes, multi-profiles is somehow broken with “guix shell”. Probably a bug; I have not investigated yet. Cheers, simon
