Hi Giovanni, Giovanni Biscuolo writes:
>> #+begin_src fish >> if status is-login || status is-interactive >> set -gx MY_PROFILE "$HOME/.guix-profile" >> >> # Guix on foreign distros. >> # This test is a dirty hack. >> if test -d /var/guix && ! test -L /run/current-system > > This is to distingush if Guix is running natively (which means we do not > need to "manually" set our env) from Guic on forein distros: right? Right. Guix System (the former GuixSD) takes care of all the details for us. So we don't need to manually set these environment variables for Guix System. -- Meiyo Peng https://www.pengmeiyu.com/
