bug#53658: guix shell cache not working properly

2022-01-31 Thread Guillaume Le Vaillant
Hi, With Guix at e217174b7b9046658ac3474d522bde192e9cffb4I have an issue with the "guix shell -p ..." command, where I end up in a environment for a profile I used previously instead of the profile specified in the command line. I can reproduce the issue this way: --8<---cut here

bug#53658: guix shell cache not working properly

2022-03-02 Thread Ludovic Courtès
Hi Guillaume, Guillaume Le Vaillant skribis: > # Clear the profile cache > rm ${HOME}/.cache/guix/profiles/* > > # Make some profiles > mkdir a > echo "(specifications->manifest '(\"gforth\"))" > a/manifest.scm > guix package -m a/manifest.scm -p a/profile > mkdir b > echo "(specifications->mani