bug#66168: zsh home service breaks guix shell via ssh

2023-09-25 Thread Saku Laesvuori via Bug reports for GNU Guix
> > ``` > > $ ssh localhost > > $ guix shell gnuplot > > $ gnuplot > > zsh: command not found: gnuplot > > ``` > > > > However (still within the ssh session) > > > > ``` > > $ guix shell gnuplot -- gnuplot > > [gnuplot opens as expected] > > ``` > > > > and weirdly enough > > > > ``` > > $ guix she

bug#66168: zsh home service breaks guix shell via ssh

2023-09-24 Thread Malte Frank Gerdes
Saku Laesvuori writes: > [[PGP Signed Part:Undecided]] > On Sat, Sep 23, 2023 at 12:19:10PM +0200, Malte Frank Gerdes wrote: >> I noticed that after connecting via ssh the profile that gets created >> when doing `guix shell' is not sourced, therefore the environment >> variables are not correct

bug#66168: zsh home service breaks guix shell via ssh

2023-09-24 Thread Saku Laesvuori via Bug reports for GNU Guix
On Sat, Sep 23, 2023 at 12:19:10PM +0200, Malte Frank Gerdes wrote: > I noticed that after connecting via ssh the profile that gets created > when doing `guix shell' is not sourced, therefore the environment > variables are not correct. This seems to be because guix home inserts > "[ -n \"$SSH_CLI

bug#66168: zsh home service breaks guix shell via ssh

2023-09-23 Thread Malte Frank Gerdes
Hi, i set up a new system last weekend and am connecting to it via ssh. I also just recently started using guix home. I noticed that after connecting via ssh the profile that gets created when doing `guix shell' is not sourced, therefore the environment variables are not correct. This seems to