# Source this file to define all the relevant environment variables in Bash
# for this profile.  You may want to define the 'GUIX_PROFILE' environment
# variable to point to the "visible" name of the profile, like this:
#
#  GUIX_PROFILE=/path/to/profile ; \
#  source /path/to/profile/etc/profile
#
# When GUIX_PROFILE is undefined, the various environment variables refer
# to this specific profile generation.

export PATH="${GUIX_PROFILE:-/gnu/store/91iww1r1vcwph2wglb5540kw97zpsc69-profile}/bin${PATH:+:}$PATH"
export GUILE_LOAD_COMPILED_PATH="${GUIX_PROFILE:-/gnu/store/91iww1r1vcwph2wglb5540kw97zpsc69-profile}/lib/guile/3.0/site-ccache:${GUIX_PROFILE:-/gnu/store/91iww1r1vcwph2wglb5540kw97zpsc69-profile}/share/guile/site/3.0${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH"
export GUILE_LOAD_PATH="${GUIX_PROFILE:-/gnu/store/91iww1r1vcwph2wglb5540kw97zpsc69-profile}/share/guile/site/3.0${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
