diff options
author | fanquake <fanquake@gmail.com> | 2023-09-07 09:51:12 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-09-07 09:51:12 +0100 |
commit | 8f541023b9582f8291d00ed4fc14a0db096b0113 (patch) | |
tree | fed3643f43c3debd1e6f4b4e37d53bf30e26dc68 /contrib/guix/INSTALL.md | |
parent | d2ccca253f4294b8f480e1d192913f4985a1af08 (diff) |
doc: s/--no-substitute/--no-substitutes in guix/INSTALL
Diffstat (limited to 'contrib/guix/INSTALL.md')
-rw-r--r-- | contrib/guix/INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/guix/INSTALL.md b/contrib/guix/INSTALL.md index bbd88e58f3..49e92acdf9 100644 --- a/contrib/guix/INSTALL.md +++ b/contrib/guix/INSTALL.md @@ -578,7 +578,7 @@ sudo --login guix pull --commit=<particular-commit> ``` `guix pull` is quite a long process (especially if you're using -`--no-substitute`). If you encounter build problems, please refer to the +`--no-substitutes`). If you encounter build problems, please refer to the [troubleshooting section](#troubleshooting). Note that running a bare `guix pull` with no commit or branch specified will @@ -616,7 +616,7 @@ systemctl enable guix-daemon systemctl start guix-daemon ``` -Remember to set `--no-substitute` in `$libdir/systemd/system/guix-daemon.service` and other customizations if you used them for `guix-daemon-original.service`. +Remember to set `--no-substitutes` in `$libdir/systemd/system/guix-daemon.service` and other customizations if you used them for `guix-daemon-original.service`. ##### If you installed Guix via the Debian/Ubuntu distribution packages |