On Thu Jul 28, 2022 at 12:50 PM BST, Alexander Asteroth wrote: > One thing I noticed during this process is that the location of the > users profile seems to have changed at some point from .guix-profile to > .config/guix/current and that my shell init files referred to the wrong > location maybe that caused the issues in the first place? Having a ~/.config/guix/current is entirely normal:
* /run/current-system/profile - `guix system` profile * ~/.guix-profile - `guix package` profile * ~/.guix-home/profile - `guix home` profile * ~/.config/guix/current - `guix pull` profile -- (