Hi, [email protected] skribis:
> levity@host ~$ /run/current-system/profile/bin/guix pull > Updating channel 'guix' from Git repository at > 'https://git.guix.gnu.org/guix.git'... > Segmentation fault Oh sorry; the bug being in Guile-Git, /run/current-system/profile/bin/guix is also “contaminated” if you reconfigured. In that case, you’ll need to find your previous system generation (known-good) and run ‘guix’ from that generation’s profile. You can do that by running ‘guix system list-generations’ and then: /var/guix/profiles/system-N-link/profile/bin/guix pull … where N is the number of the known-good system generation. Let’s hope I got it right this time! Ludo’.
