aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-08-08 11:34:40 +0200
committerLudovic Courtès <ludo@gnu.org>2022-08-08 11:54:23 +0200
commita109ee90486981242beb4272142d429cd0d2e3c3 (patch)
treec2184334c3284c6ff1ec2aa14d18cdbca3282815 /etc
parenta15542d26df42dabdb5e2f76d150ae200230c3b0 (diff)
downloadguix-a109ee90486981242beb4272142d429cd0d2e3c3.tar
guix-a109ee90486981242beb4272142d429cd0d2e3c3.tar.gz
news: Add entry for 'guix style -f'.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 039a3c21ad..78ee9427c0 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -25,6 +25,26 @@
(channel-news
(version 0)
+ (entry (commit "a15542d26df42dabdb5e2f76d150ae200230c3b0")
+ (title
+ (en "New @option{--whole-file} option for @command{guix style}")
+ (fr "Nouvelle option @option{--whole-file} pour @command{guix style}"))
+ (body
+ (en "The @command{guix style} command has a new @option{--whole-file}
+option: instead of formatting individual package definitions, this option lets
+you reformat entire Scheme files. You might want to use it to format your
+operating system configuration file, for instance.
+
+Run @command{info \"(guix) Invoking guix style\"} for more info.")
+ (fr "La commande @command{guix style} a désormais une nouvelle option
+@option{--whole-file} : au lieu de mettre en forme des définitions de paquets,
+cette option permet de mettre en forme des fichiers Scheme entiers. Ça peut
+s'avérer utile par exemple pour mettre en forme son fichier de configuration
+du système d'exploitation.
+
+Lancer @command{info \"(guix.fr) Invoquer guix style\"} pour plus
+d'informations.")))
+
(entry (commit "2ec7ab2610eb67e26dab52b671eb29e46f64ea0f")
(title
(en "Linux-libre kernel updated to 5.18")