Hi Andy,
Hi, after doing a guix pull && guix package -u this message is shownhint: Consider setting the necessary environment variables by running:GUIX_PROFILE="/home/atai/.guix-profile" . "$GUIX_PROFILE/etc/profile"
This is correct as is.You set the GUIX_PROFILE variable in the first command and then you source a file referencing the variable.
You cannot do this in one go, because $GUIX_PROFILE would evaluate to the empty string as the command has not been run yet.
-- Ricardo
