Hello! Am Tue, May 27, 2025 at 04:38:06PM +0200 schrieb Konrad Neuwirth: > guix reconfigure system required me to —allow-downgrades, which I did. I > don’t know how relevant this is to the continuing tries.
This certainly indicates a problem somewhere; it looks as if you are not on the current version of Guix. Notice that "guix pull" is local to the user executing the command. So if you executed it as a normal user, you either need to run "sudo guix pull" as that user, or become root and do another "guix pull". Or maybe you do not have the correct guix binary in your path, but I would not expect this problem on a complete system installation. Andreas