---- On Mon, 11 May 2020 12:44:55 -0500 Efraim Flashner <efr...@flashner.co.il> wrote ---- > On Mon, May 11, 2020 at 09:03:45AM -0500, sirgazil wrote: > > ---- On Sun, 10 May 2020 07:26:43 -0500 Efraim Flashner > > <efr...@flashner.co.il> wrote ---- > > > > > > I recently upgraded my kids' computer post-core-update merge and I ran > > > into the same issue. The trick was to make sure to use > > > ~/.configure/guix/bin/guix for 'guix pull' and not > > > '/run/current-system/profile/bin/guix'. For the new user I'd recommend > > > running 'guix pull' for them once using another user's guix binary. > > > > Thanks, Efraim. How would I do the latter, though. My user "sirgazil" has > > a working guix, my user "felipe" doesn't. > > so as felipe you'd run > /var/guix/profiles/per-user/sirgazil/sirgazil/current-guix/bin/guix pull > or ~/../sirgazil/.config/guix/current/bin/guix pull
Thanks a lot, Efraim. Problem solved.