mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Fix guix shell -C example.
The meaning changed by accident when guix environment was replaced
by guix shell in 80edb7df65
.
* doc/guix.texi (Debugging Build Failures): Add missing -D option.
This commit is contained in:
parent
83289ca255
commit
f2d345a7b6
1 changed files with 1 additions and 1 deletions
|
@ -11464,7 +11464,7 @@ a container similar to the one the build daemon creates:
|
|||
$ guix build -K foo
|
||||
@dots{}
|
||||
$ cd /tmp/guix-build-foo.drv-0
|
||||
$ guix shell --no-grafts -C foo strace gdb
|
||||
$ guix shell --no-grafts -C -D foo strace gdb
|
||||
[env]# source ./environment-variables
|
||||
[env]# cd foo-1.2
|
||||
@end example
|
||||
|
|
Loading…
Reference in a new issue