diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-09-27 21:33:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-09-28 15:43:00 +0200 |
commit | 62180be2ee342fb3a866531385e179563dae87a0 (patch) | |
tree | 7519ec89c396d050cfb335973374b7d114b8de8e /etc | |
parent | badf788f157a8bffe9fc0695763dc811439dc81b (diff) | |
download | guix-62180be2ee342fb3a866531385e179563dae87a0.tar.gz |
news: Mention that Home is a "technology preview".
* etc/news.scm: Mention that Home is a "technology preview".
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/news.scm b/etc/news.scm index 77808b126e..70757323d4 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -30,7 +30,10 @@ (ru "Guix Home теперь поставляется в составе GNU Guix")) (body (en "Guix Home splitted out from rde project and now is a part of -Guix proper. The new @command{guix home} with its actions allows users to +Guix proper. It is available as a @emph{technology preview} and thus subject +to change. + +The new @command{guix home} command with its actions allows users to manage their packages and configurations (aka. dotfiles) in a declarative way, similar to how many people manage their system with @command{guix system}. |