diff options
Diffstat (limited to 'system/guix/README')
-rw-r--r-- | system/guix/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/guix/README b/system/guix/README index 5cd0bae740..4613a6ec6d 100644 --- a/system/guix/README +++ b/system/guix/README @@ -2,7 +2,7 @@ GNU Guix provides state-of-the-art package management features such as transacti upgrades and roll-backs, reproducible build environments, unprivileged package management, and per-user profiles. It uses low-level mechanisms from the Nix package manager, but packages are defined as native Guile modules, using extensions to the -Scheme language - which makes it nicely hackable. +Scheme language—which makes it nicely hackable. Guix may be run in single or multi-user mode (which requires the guix-daemon). To have the guix daemon start and stop with your host, add to /etc/rc.d/rc.local: |