myglc2 <myg...@gmail.com> skribis: > g1@g1 ~/src/guix$ guix package -i icecat > guix package: warning: Your Guix installation is 85 days old. > guix package: warning: Consider running 'guix pull' followed by > 'guix package -u' to get up-to-date packages and security updates. > [...] > > But I just did a git pull ... > > g1@g1 ~/src/guix$ git -C ~/.config/guix/latest describe > v0.12.0-3681-gbc0e6c931 > > ... and my ~/.config/guix/latest points to it ...
This is a special setup. The warning above just stats ~/.config/guix/latest. For someone using ‘guix pull’, it’s a symlink that’s updated each time ‘guix pull’ is invoked. In your case it’s a symlink that’s never updated… but your warranty is void anyway. ;-) Ludo’.