summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 8df871f2552..0d98e5a0362 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1089,8 +1089,11 @@ then
1089 export `cat /etc/environment | cut -d= -f1` 1089 export `cat /etc/environment | cut -d= -f1`
1090fi 1090fi
1091 1091
1092# Arrange so that ~/.config/guix/current comes first. 1092# Arrange so that ~/.config/guix/current comes first,
1093for profile in \"$HOME/.guix-profile\" \"$HOME/.config/guix/current\" 1093# and guix-home comes before guix-profile.
1094for profile in \"$HOME/.guix-profile\" \\
1095 \"$HOME/.guix-home/profile\" \\
1096 \"$HOME/.config/guix/current\"
1094do 1097do
1095 if [ -f \"$profile/etc/profile\" ] 1098 if [ -f \"$profile/etc/profile\" ]
1096 then 1099 then