Hello!

myglc2 <[email protected]> skribis:

> How do I control which version of guix is built into an image?

The image contains the ‘guix’ package indirectly specified in the
‘operating-system’ configuration.

Namely, the ‘services’ fields of your ‘operating-system’ declaration is
(very likely) a superset of ‘%base-services’.  ‘%base-services’ includes
‘guix-service’, which automatically adds the ‘guix’ package provided by
(gnu packages package-management) to /run/current-system/profile.

As you can see in (gnu packages package-management), the ‘guix’ package
is a Git snapshot dating back to May 14th.

HTH!

Ludo’.

Reply via email to