Pjotr Prins <pjotr.publi...@thebird.nl> writes: > And then the question, how can we roll back on a pull ;)
“guix pull” just updates “~/.config/guix/latest” to point to a recent version of Guix in the store. If you have a git checkout (at a commit before the one that broke things) you could point “~/.config/guix/latest” to that directory. I don’t think the needed code is in place for “guix pull” to be undone in a more user-friendly fashion. ~~ Ricardo