|
From: | Ludovic Courtès |
Subject: | [bug#56050] [PATCH v2 2/2] etc/guix-install.sh: Check for profile from 'guix home'. |
Date: | Mon, 04 Jul 2022 11:13:00 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Philip McGrath <philip@philipmcgrath.com> skribis: > If "$HOME/.guix-home/profile" exists, use it for GUIX_PROFILE instead of > "$HOME/.guix-profile". > > * etc/guix-install.sh (sys_create_init_profile): Check for 'guix home' > profile. [...] > +# Prefer the one from 'guix home' if it exists. > +GUIX_PROFILE="$HOME/.guix-home/profile" > +[ -L $GUIX_PROFILE ] || GUIX_PROFILE="$HOME/.guix-profile" Likewise, we should escape dollar signs. Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |