blob: 694b62b41e7df9579dd8e31f5f4a937b39da5252 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
To install/update the packages of the default profile, use
guix package -m $MY_GUIX_MANIFESTS/main.scm
and for other profiles, use
guix package -m $MY_GUIX_MANIFESTS/name.scm -p $MY_GUIX_PROFILES/name/name
where `name' is the name of the profile (e.g. `doc', `media', ...).
|