[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51285: [PATCH 0/3] Add 'guix shell --check'
From: |
Ludovic Courtès |
Subject: |
bug#51285: [PATCH 0/3] Add 'guix shell --check' |
Date: |
Tue, 26 Oct 2021 12:48:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Ludovic Courtès <ludo@gnu.org> skribis:
> You may be familiar with the crucial footnote about shell startup files:
>
>
> https://guix.gnu.org/manual/en/html_node/Invoking-guix-environment.html#FOOT11
>
> In short, if your shell startup file mess up with environment variables,
> ‘--pure’ won’t deliver its promise. That’s a common source of annoyance.
>
> This patch set adds a ‘--check’ option to ‘guix shell’ (and ‘guix environment’
> as well, mostly out of simplicity). Here’s an example:
Pushed as 409f538d651a7ba26a41f714915e6b7d59e0a82f!
Ludo’.