doc: cookbook: Minor correction to "Reproducible Research" chapter.

* doc/guix-cookbook.texi (Setting Up the Environment): Reword.

Change-Id: Ifaf8b3231fe1b3007dbaaf7005c249fbcdf1deb2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Konrad Hinsen 2025-10-14 16:53:40 +02:00 committed by Ludovic Courtès
parent 496ee0c006
commit cbda925613
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -5737,9 +5737,9 @@ packages:
guix shell -C gcc-toolchain cmake coreutils grep sed make -- @dots{}
@end example
Or perhaps you'll find that you could just as well provide a definition
for your package---@pxref{Defining Packages,,, guix, GNU Guix Reference
Manual}, to learn more on how to do that.
Or perhaps you'll find that you could just as well provide a package
definition for your code---@pxref{Defining Packages,,, guix, GNU Guix
Reference Manual}, to learn more on how to do that.
Eventually, you'll have a list of packages that satisfies your needs.