diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-15 14:39:41 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-15 14:40:53 -0500 |
commit | 8f9588185d74f1f251b041b84d43302c337588ff (patch) | |
tree | 9077f8ac86e82409d7acf0cc275e080284944974 | |
parent | b538ccc2089bc3e5f1705160b63fc4693ddedae6 (diff) | |
download | guix-8f9588185d74f1f251b041b84d43302c337588ff.tar.gz |
news: Add entry for 'guix shell --symlink'.
* etc/news.scm: Add entry.
-rw-r--r-- | etc/news.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index b014e65f28..f19078f5ab 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -26,6 +26,22 @@ (channel-news (version 0) + (entry (commit "788602b37ff42f730d4b7b569b0fb51465f147da") + (title + (en "New @option{--symlink} option for @command{guix shell}") + (fr "Nouvelle option @option{--symlink} pour @command{guix shell}")) + (body + (en "The @command{guix shell} command has a new +@option{--symlink} (or @option{-S}) option, to be used in conjunction with the +@option{--container} (or @option{-C}) option to create a symbolic link inside +the container. Run @command{info \"(guix) Invoking guix shell\"} for more +information.") + (fr "La commande @command{guix shell} dispose d'une nouvelle option, +@option{--symlink} (ou @option{-S}), qui doit être utilisée en conjonction +avec l'option @option{--container} (ou @option{-C}) pour créer un lien +symbolique dans le conteneur. Lancer @command{info \"(guix.fr) Invoquer guix +shell\"} pour plus d'informations."))) + (entry (commit "82a0a395d7051eab7b9f15ec4740d58c86413604") (title (en "Linux-libre kernel updated to 6.0") |