diff options
Diffstat (limited to 'gnu/system.scm')
| -rw-r--r-- | gnu/system.scm | 7 |
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` |
| 1090 | fi | 1090 | fi |
| 1091 | 1091 | ||
| 1092 | # Arrange so that ~/.config/guix/current comes first. | 1092 | # Arrange so that ~/.config/guix/current comes first, |
| 1093 | for profile in \"$HOME/.guix-profile\" \"$HOME/.config/guix/current\" | 1093 | # and guix-home comes before guix-profile. |
| 1094 | for profile in \"$HOME/.guix-profile\" \\ | ||
| 1095 | \"$HOME/.guix-home/profile\" \\ | ||
| 1096 | \"$HOME/.config/guix/current\" | ||
| 1094 | do | 1097 | do |
| 1095 | if [ -f \"$profile/etc/profile\" ] | 1098 | if [ -f \"$profile/etc/profile\" ] |
| 1096 | then | 1099 | then |
