Hi,
Thorsten Wilms <[email protected]> skribis:
> On 07/11/2018 16.04, Thorsten Wilms wrote:
>> Since guix is working again, it seems this was about the change from
>> export
>> PATH="/home/thorwil/.guix-profile/bin:/home/thorwil/.guix-profile/sbin${PATH:+:}$PATH"
>>
>>
>> to
>> export PATH="/home/thorwil/.config/guix/current/bin${PATH:+:}$PATH"
>
> Wrong once more. One reboot later, it happens again:
>
> ~: guix pull
> (...)
> Migrating profile generations to '/var/guix/profiles/per-user/thorwil'...
> guix pull: error: symlink: File exists:
> "/var/guix/profiles/per-user/thorwil/current-guix-3-link"
Could you try this:
rm ~/.config/guix/current
ln -s /var/guix/profiles/per-user/thorwil/current-guix \
~/.config/guix/current
and then:
guix pull -l 1w
?
HTH,
Ludo’.