Hi, myglc2 <myg...@gmail.com> skribis:
> I run GuixSD from git checkout this way ... > > cd ~/src/guix > guix environment -e "(@ (gnu packages package-management) guix)" -M 4 \ > -c 4 > git pull > make clean-go > ./bootstrap > ./configure --localstatedir=/var --sysconfdir=/etc > make -j 10 check > exit > sudo guix system build /root/con/55.scm -M 4 -c 4 > sudo guix system reconfigure /root/con/55.scm -M 4 -c 4 > sudo reboot > > Should this just work? Or is there something that needs to be done > differently for the 2.0 >>> 2.2 change? That should just work. The only issue you might have is warnings about invalid .go files if ~/.config/guix/latest contains 2.0 .go files and you’re running Guile 2.2. The fix is to run ‘guix pull’. Ludo’.