From f2d345a7b6add35d6cc0e45f0f0b1d96d9474de0 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Sun, 14 Nov 2021 19:31:50 +0100 Subject: doc: Fix guix shell -C example. The meaning changed by accident when guix environment was replaced by guix shell in 80edb7df6586464aa40e84e103f0045452de95db. * doc/guix.texi (Debugging Build Failures): Add missing -D option. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 7e54b5f75e..a5f38e166b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 -- cgit v1.2.3