1 To install/update the packages of the default profile, use
3 guix package -m $MY_GUIX_MANIFESTS/main.scm
5 and for other profiles, use
7 guix package -m $MY_GUIX_MANIFESTS/name.scm -p $MY_GUIX_PROFILES/name/name
9 where `name' is the name of the profile (e.g. `doc', `media', ...).