summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOrahcio Felício de Sousa <orahcio@gmail.com>2026-07-12 10:01:34 -0300
committerNguyễn Gia Phong <cnx@loang.net>2026-07-13 00:17:28 +0900
commitdfdb6751d6e6f840cdc3ce5f0246e04587e0578a (patch)
tree8e168ded3fb3f44fb19ef368357e77fd2d5dd14a /doc
parent1fd6e187db78edefac9c86ca02fe8f6f8650bf30 (diff)
doc: Fix package field on nix-configuration.
* doc/guix.texfi (nix-configuration): Replace the field name 'nix' with 'package', as defined in nix-service-type. Merges: https://codeberg.org/guix/guix/pulls/9887 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 5eeb3722a13..352a83d1131 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -48354,7 +48354,7 @@ $ source /run/current-system/profile/etc/profile.d/nix.sh
48354This data type represents the configuration of the Nix daemon. 48354This data type represents the configuration of the Nix daemon.
48355 48355
48356@table @asis 48356@table @asis
48357@item @code{nix} (default: @code{nix}) 48357@item @code{package} (default: @code{nix})
48358The Nix package to use. 48358The Nix package to use.
48359 48359
48360@item @code{sandbox} (default: @code{#t}) 48360@item @code{sandbox} (default: @code{#t})