Message ID | a214403622430103b56f6cb20432b8a14d85f45f.1723669175.git.~@wolfsden.cz |
---|---|
State | New |
Headers | show |
Series | [bug#72629] doc: Improve example for guix-for-channels. | expand |
Added a line to the commit message: * doc/guix.texi (Customizing the System-Wide Guix): Add import to example. Pushed as 888fdfd1b1c4e4b3913b7b229f1ebc9f4596be20. Thank you! Regards, Florian
On 2024-08-15 16:18:16 +0200, pelzflorian (Florian Pelz) wrote: > Added a line to the commit message: > > * doc/guix.texi (Customizing the System-Wide Guix): Add import to example. Ah, based on '(standards)Simple Changes' I assumed there is no need to do this for documentation changes. Will write it next time. > > Pushed as 888fdfd1b1c4e4b3913b7b229f1ebc9f4596be20. Thank you! Thank you for merging it :) Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.
diff --git a/doc/guix.texi b/doc/guix.texi index f018d62014..f379f12bb0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5388,7 +5388,8 @@ Customizing the System-Wide Guix operating system configuration, as in this example: @lisp -(use-modules (guix channels)) +(use-modules (gnu packages package-management) + (guix channels)) (define my-channels ;; Channels that should be available to