Skip to content

Commit 09b3e46

Browse files
committed
doc: remove boostrap info from GUIX_COMMON_FLAGS doc
Passing ADDITIONAL_GUIX_COMMON_FLAGS="--no-substitutes --bootstrap" as suggested doesn't work: ```bash ...outputting in: '/bitcoin/guix-build-a1f0b8b62eb8/output/x86_64-linux-gnu' ...bind-mounted in container to: '/outdir-base/x86_64-linux-gnu' guix time-machine: error: bootstrap: unrecognized option ``` and I think bootstrapping is more than covered in the preceding "Choose your security model" section.
1 parent a1f0b8b commit 09b3e46

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contrib/guix/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,7 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum
205205

206206
* _**ADDITIONAL_GUIX_COMMON_FLAGS**_
207207

208-
Additional flags to be passed to all `guix` commands. For a fully-bootstrapped
209-
build, set this to `--bootstrap --no-substitutes` (refer to the [security
210-
model section](#choosing-your-security-model) for more details). Note that a
211-
fully-bootstrapped build will take quite a long time on the first run.
208+
Additional flags to be passed to all `guix` commands.
212209

213210
* _**ADDITIONAL_GUIX_TIMEMACHINE_FLAGS**_
214211

0 commit comments

Comments
 (0)