GNU bug report logs -
#77035
[PATCH 0/2] home: setup-environment: Avoid prepending duplicated PATH.
Previous Next
Full log
View this message in rfc822 format
* gnu/system.scm (operating-system-etc-service): Swap profile order for
guix-package and guix-home.
Change-Id: Id32568772f4944c22ad830e7416a97d6b0adb66c
---
gnu/system.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index 0d98e5a036..6c4b4efc3a 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1090,9 +1090,9 @@ (define* (operating-system-etc-service os)
fi
# Arrange so that ~/.config/guix/current comes first,
-# and guix-home comes before guix-profile.
-for profile in \"$HOME/.guix-profile\" \\
- \"$HOME/.guix-home/profile\" \\
+# and guix-profile comes before guix-home.
+for profile in \"$HOME/.guix-home/profile\" \\
+ \"$HOME/.guix-profile\" \\
\"$HOME/.config/guix/current\"
do
if [ -f \"$profile/etc/profile\" ]
--
2.48.1
This bug report was last modified 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.