[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: doc: cookbook: Add cross references to the manual regarding manif
From: |
guix-commits |
Subject: |
04/09: doc: cookbook: Add cross references to the manual regarding manifests. |
Date: |
Tue, 24 Oct 2023 12:10:54 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 216f8ffff49c54ad56209c4fd6528f2d80ee8fed
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 16 14:32:30 2023 +0200
doc: cookbook: Add cross references to the manual regarding manifests.
* doc/guix-cookbook.texi (The benefits of manifests)
(Reproducible profiles): Add cross-references.
---
doc/guix-cookbook.texi | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 1259f6aac7..b1fe1b932f 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -3987,7 +3987,9 @@ without having to specify the path to a profile.
@node The benefits of manifests
@subsection The benefits of manifests
-Manifests are a convenient way to keep your package lists around and, say,
+Manifests let you @dfn{declare} the set of packages you'd like to have
+in a profile (@pxref{Writing Manifests,,, guix, GNU Guix Reference Manual}).
+They are a convenient way to keep your package lists around and, say,
to synchronize them across multiple machines using a version control system.
A common complaint about manifests is that they can be slow to install when
they
@@ -4064,16 +4066,18 @@ To reproduce a profile bit-for-bit, we need two pieces
of information:
@itemize
@item
-a manifest,
+a manifest (@pxref{Writing Manifests,,, guix, GNU Guix Reference Manual});
@item
-a Guix channel specification.
+a Guix channel specification (@pxref{Replicating Guix,,, guix, GNU Guix
+Reference Manual}).
@end itemize
Indeed, manifests alone might not be enough: different Guix versions (or
different channels) can produce different outputs for a given manifest.
You can output the Guix channel specification with @samp{guix describe
---format=channels}.
+--format=channels} (@pxref{Invoking guix describe,,, guix, GNU Guix
+Reference Manual}).
Save this to a file, say @samp{channel-specs.scm}.
On another computer, you can use the channel specification file and the
manifest
- branch master updated (d22d2a05c3 -> f3714b3d5f), guix-commits, 2023/10/24
- 03/09: doc: cookbook: Suggest ‘guix shell’ as an alternative to multiple profiles., guix-commits, 2023/10/24
- 06/09: gnu: tor: Update to 0.4.8.7., guix-commits, 2023/10/24
- 02/09: doc: Mention Guix Home in “Getting Started”., guix-commits, 2023/10/24
- 04/09: doc: cookbook: Add cross references to the manual regarding manifests.,
guix-commits <=
- 01/09: doc: Move “System Troubleshooting Tips” below., guix-commits, 2023/10/24
- 05/09: gnu: guile-simple-zmq: Update to d25d186., guix-commits, 2023/10/24
- 08/09: gnu: go-ipfs: Update to 0.15.0., guix-commits, 2023/10/24
- 07/09: gnu: Deprecate the "go-ipfs" variable., guix-commits, 2023/10/24
- 09/09: gnu: Add emacs-pacfiles-mode., guix-commits, 2023/10/24