Hi sidhu1f, > I did discover something curious: my guix version seems unchanged > even after multiple 'guix system reconfigure' invocations. I do > believe I heeded the documentation to do a 'guix pull' before the > first reconfigure. Still, invocations of 'guix', > '/var/guix/profiles/system-1-link/profile/bin/guix --version' and > '/var/guix/profiles/system-11-link/profile/bin/guix --version' > all produce: > > guix (GNU Guix) 12e352dbcfc07b870c812999ae81c16f0aa8dc2c > Copyright...
This is not as helpful as it may seem. The “guix” executable first checks if ~/.config/guix/latest exists. If it does it will load modules from there. It seems that you’ve used different guix executables, but they would all load the same modules from ~/.config/guix/latest. -- Ricardo
