Jone <[email protected]> writes:
> Hello. I check updates:
>
> guix refresh emacs
> gnu/packages/emacs.scm:116:13: emacs would be upgraded from 25.3 to 26.1
>
> and would like to install only this one update:
>
> guix package -u emacs
> guix package: warning: Your Guix installation is 16 days old
> ...
>
> Can I change threshold for this ("NN days old")? What is this variable?
You can set the GUIX_DISTRO_AGE_WARNING environment variable to a string
like "9d" for 9 days. The suffix can also be "w" or "m" for weeks or
months.
Mark