summaryrefslogtreecommitdiffstats
path: root/.config/guix/manifest/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/guix/manifest/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/guix/manifest/README b/.config/guix/manifest/README
new file mode 100644
index 0000000..694b62b
--- /dev/null
+++ b/.config/guix/manifest/README
@@ -0,0 +1,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', ...).