Mario Calcagno <[email protected]> skribis:
> Honestly I don't really know why it can't find /etc/profile, if I use bash
> as the shell with (home-bash-service-type) there are no errors and everything
> works correctly. I'm going to replace zsh with bash, it shouldn't be a problem
I think what happens is this:
1. ‘guix home container’ doesn’t provide /etc/profile, which could be
reported as a bug.
2. .zprofile (provided by Guix Home) requires /etc/profile to exist,
and thus fails if it doesn’t, whereas .bashrc (provided by Guix
Home) gracefully handles lack of /etc/profile. A second bug.
Does that make sense?
Ludo’.