Hi, On mer., 22 nov. 2023 at 13:05, Ludovic Courtès <[email protected]> wrote:
> @example > -guix shell -D guix --pure > +guix shell -D guix -CPW > @end example > > or even, from within a Git worktree for Guix: > > @example > -guix shell --pure > +guix shell -CPW > @end example I would not recommend that or adding also the option -N. Else, the development experience can be annoying. For instance, “make check” will probably fail because some substitutes are missing (see #67532 [1], e.g., tests/derivations.scm). Moreover, one needs to go out the shell for submitting with “git send-email” but then git:send-email is not necessary available in PATH. 1: https://issues.guix.gnu.org/issue/67532 Cheers, simon
