bug#39195: guix pull switching between profiles/per-user and profiles/default

2020-01-19 Thread Jimmy Thrasibule
After a fresh Guix install, when calling subsequent ``guix pull`` it will always try to migrate the profile at ``/root/.cong/guix/current`` between ``/var/guix/profiles/default`` and ``/var/guix/profiles/per-user/root``. The issue is that if there are any existing links in the target folder, ``gui

bug#39195: guix pull switching between profiles/per-user and profiles/default

2020-01-20 Thread Jimmy Thrasibule via Bug reports for GNU Guix
> What do you mean by “unpacking the store”? I'm actually deploying Guix from the archive at https://ftp.gnu.org/gnu/guix/guix-binary-1.0.1.x86_64-linux.tar.xz in a Docker container. > I believe /var/guix/profiles/default is used because neither $USER nor > $LOGNAME were defined, right? > > This