Skip to content

Commit 5ad4eb3

Browse files
committed
Merge bitcoin/bitcoin#28426: doc: s/--no-substitute/--no-substitutes in guix/INSTALL
8f54102 doc: s/--no-substitute/--no-substitutes in guix/INSTALL (fanquake) Pull request description: https://guix.gnu.org/manual/en/html_node/Common-Build-Options.html ACKs for top commit: hebasto: ACK 8f54102. TheCharlatan: ACK 8f54102 Tree-SHA512: 4d79791a8fa772d35723d35e85aaf9ab86304f2a1238e883bbb85051d0cc5f9841dab99ef0fe1e9d67f6259798e98942be00ae7c4320328987234293d9bf3012
2 parents d98180a + 8f54102 commit 5ad4eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/guix/INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ sudo --login guix pull --commit=<particular-commit>
578578
```
579579

580580
`guix pull` is quite a long process (especially if you're using
581-
`--no-substitute`). If you encounter build problems, please refer to the
581+
`--no-substitutes`). If you encounter build problems, please refer to the
582582
[troubleshooting section](#troubleshooting).
583583

584584
Note that running a bare `guix pull` with no commit or branch specified will
@@ -616,7 +616,7 @@ systemctl enable guix-daemon
616616
systemctl start guix-daemon
617617
```
618618
619-
Remember to set `--no-substitute` in `$libdir/systemd/system/guix-daemon.service` and other customizations if you used them for `guix-daemon-original.service`.
619+
Remember to set `--no-substitutes` in `$libdir/systemd/system/guix-daemon.service` and other customizations if you used them for `guix-daemon-original.service`.
620620
621621
##### If you installed Guix via the Debian/Ubuntu distribution packages
622622

0 commit comments

Comments
 (0)