Hi Tomas, On Tue, 12 May 2026 at 22:37, Tomas Volf <[email protected]> wrote:
> --8<---------------cut here---------------start------------->8--- > channels-base.sex:1:7: warning: channel 'guix' is not trusted > channels-base.sex:9:7: warning: channel 'nonguix' is not trusted > channels-base.sex:17:7: warning: channel 'wolfsden' is not trusted > --8<---------------cut here---------------end--------------->8--- > > but, per documentation, that is now expected. I am not sure I follow > why the warning is necessary even for local files, but it is only > warning, so I can simply ignore it I guess. What was the output of `guix describe -f channels` before getting the warnings? In other words, what was the current channels of the previous generation? Well, without the file ~/.config/guix/trusted-channels.scm, the trusted channels are given by (current-channels) and the trusting mechanism compares the introductions. Since you are using a mirror of Guix but with the same introduction, it should not warn about the channel ’guix’; or you were some channels where none of them has the Guix channel introduction. Cheers, simon
