[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: doc: Fix incorrect GUIX_PROFILE value for 'guix pull'.
From: |
guix-commits |
Subject: |
01/06: doc: Fix incorrect GUIX_PROFILE value for 'guix pull'. |
Date: |
Mon, 7 Dec 2020 06:49:52 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit b3f21eb6bc895a4eafe903dfbb480de481bbb4c7
Author: Holger Peters <holger.peters@posteo.de>
AuthorDate: Fri Dec 4 10:51:37 2020 +0100
doc: Fix incorrect GUIX_PROFILE value for 'guix pull'.
* doc/guix.texi (Getting Started): Fix invalid GUIX_PROFILE value.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index a21c4d6..1f33fd3 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2786,7 +2786,7 @@ the command prints and, similar to what we saw above,
paste these two
lines in your terminal and @file{.bash_profile}:
@example
-GUIX_PROFILE="$HOME/.config/guix/current/etc/profile"
+GUIX_PROFILE="$HOME/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"
@end example
- branch master updated (27cf238 -> d8ae785), guix-commits, 2020/12/07
- 02/06: profiles: Remove duplicates in manifest transactions., guix-commits, 2020/12/07
- 04/06: services: hurd-vm: Avoid circular dependency with (gnu system images hurd)., guix-commits, 2020/12/07
- 05/06: services: openssh: Warn about 'password-authentication?' default., guix-commits, 2020/12/07
- 01/06: doc: Fix incorrect GUIX_PROFILE value for 'guix pull'.,
guix-commits <=
- 03/06: profiles: Delete duplicate manifest entries in packages->manifest., guix-commits, 2020/12/07
- 06/06: tests: lint: Add origin patch file name test cases., guix-commits, 2020/12/07