Hi, On September 2, 2025 10:30:35 PM GMT+02:00, Florent Georges <[email protected]> wrote: >Ah aaaah... Indeed, "type -p guix" returns "guix is /usr/local/bin/guix" >And: > >> *guix describe* > guix a0178d3 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: a0178d34f582b50e9bdbb0403943129ae5b560ff > >My "~/.profile" contains the following: > ># GNU Guix >GUIX_PROFILE="/home/[me]/.guix-profile" >. "$GUIX_PROFILE/etc/profile" >GUIX_PROFILE="/home/[me]/.config/guix/current" >. "$GUIX_PROFILE/etc/profile" >export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" > >I reloaded it using ". ~/.profile" Then: > >> *guix describe* >Generation 214 Sep 02 2025 20:52:27 (current) > guix 520ba1b > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 520ba1b90467cc9839d9cad9a097c0d5600aaff5 > >> *guix package -l* >Generation 1 Sep 02 2025 20:54:18 (current) > node 14.16.0 out /gnu/store/s9dawdas9g3a4889w37v4azsar81r0lp-node-14.16.0 > >In the above output, on Zsh, both "Generation xxx" text is actually a >link. The first one links to "/var/.../current-guix-214-link". and the >second one to "/var/.../guix-profile-1-link". > >After "guix pull && guix upgrade && guix package -u", which upgraded node >14.16.0 → 22.14.0, now I have: > >> *guix describe* >Generation 215 Sep 02 2025 22:23:52 (current) > guix 96fdd95 > repository URL: https://git.guix.gnu.org/guix.git > branch: master > commit: 96fdd95d2057bd30020d9987adf82245b4da3ecc > >> *guix package -l* >Generation 1 Sep 02 2025 20:54:18 > node 14.16.0 out /gnu/store/s9dawdas9g3a4889w37v4azsar81r0lp-node-14.16.0 > >Generation 2 Sep 02 2025 22:24:13 (current) > + node 22.14.0 out /gnu/store/fkmkmzvfp7knpy728qk672jgb0jdxb1p-node-22.14.0 > - node 14.16.0 out /gnu/store/s9dawdas9g3a4889w37v4azsar81r0lp-node-14.16.0 > >I am not sure whether I should be concerned that both commands show >different generations.
Not at all, they are different profiles, there are different profiles, they arent expected to be same gen. And as you can see, guix package started over from 1, since the profile was completely nuked. > If not, it looks like I have to reinstall all >packages I had previously installed? Yes, I thought that was clear to you from previous emails. Rutherther >
