File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ details.
259
259
Override the number of jobs to run simultaneously, you might want to do so on
260
260
a memory-limited machine. This may be passed to:
261
261
262
- - ` guix ` build commands as in ` guix environment --cores="$JOBS" `
262
+ - ` guix ` build commands as in ` guix shell --cores="$JOBS" `
263
263
- ` make ` as in ` make --jobs="$JOBS" `
264
264
- ` xargs ` as in ` xargs -P"$JOBS" `
265
265
@@ -301,7 +301,7 @@ details.
301
301
302
302
* _ ** ADDITIONAL_GUIX_ENVIRONMENT_FLAGS** _
303
303
304
- Additional flags to be passed to the invocation of ` guix environment ` inside
304
+ Additional flags to be passed to the invocation of ` guix shell ` inside
305
305
` guix time-machine ` .
306
306
307
307
# Choosing your security model
Original file line number Diff line number Diff line change 365
365
# Run the build script 'contrib/guix/libexec/build.sh' in the build
366
366
# container specified by 'contrib/guix/manifest.scm'.
367
367
#
368
- # Explanation of `guix environment ` flags:
368
+ # Explanation of `guix shell ` flags:
369
369
#
370
370
# --container run command within an isolated container
371
371
#
428
428
# more information.
429
429
#
430
430
# shellcheck disable=SC2086,SC2031
431
- time-machine environment --manifest=" ${PWD} /contrib/guix/manifest.scm" \
431
+ time-machine shell --manifest=" ${PWD} /contrib/guix/manifest.scm" \
432
432
--container \
433
433
--pure \
434
434
--no-cwd \
Original file line number Diff line number Diff line change 286
286
# Run the build script 'contrib/guix/libexec/build.sh' in the build
287
287
# container specified by 'contrib/guix/manifest.scm'.
288
288
#
289
- # Explanation of `guix environment ` flags:
289
+ # Explanation of `guix shell ` flags:
290
290
#
291
291
# --container run command within an isolated container
292
292
#
343
343
# more information.
344
344
#
345
345
# shellcheck disable=SC2086,SC2031
346
- time-machine environment --manifest=" ${PWD} /contrib/guix/manifest.scm" \
346
+ time-machine shell --manifest=" ${PWD} /contrib/guix/manifest.scm" \
347
347
--container \
348
348
--pure \
349
349
--no-cwd \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export TZ=UTC
8
8
9
9
# Although Guix _does_ set umask when building its own packages (in our case,
10
10
# this is all packages in manifest.scm), it does not set it for `guix
11
- # environment `. It does make sense for at least `guix environment --container`
11
+ # shell `. It does make sense for at least `guix shell --container`
12
12
# to set umask, so if that change gets merged upstream and we bump the
13
13
# time-machine to a commit which includes the aforementioned change, we can
14
14
# remove this line.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export TZ=UTC
8
8
9
9
# Although Guix _does_ set umask when building its own packages (in our case,
10
10
# this is all packages in manifest.scm), it does not set it for `guix
11
- # environment `. It does make sense for at least `guix environment --container`
11
+ # shell `. It does make sense for at least `guix shell --container`
12
12
# to set umask, so if that change gets merged upstream and we bump the
13
13
# time-machine to a commit which includes the aforementioned change, we can
14
14
# remove this line.
You can’t perform that action at this time.
0 commit comments