Thomas Danckaert writes:
> From: Ricardo Wurmus
> Subject: Re: very old daemon = no substitutes?
> Date: Mon, 23 Dec 2019 15:01:10 +0100
>
>> Double check /etc/guix/acl to make sure that the public key for
>> ci.guix.gnu.org is listed there.
>
> Thank you very much! I found the cause of the p
On Thu, 19 Dec 2019, Jack Hill wrote:
I created a more minimal operating system definition:
```scheme
(define my-installation-os
(operating-system
(inherit installation-os)
(packages (cons package:network-manager
(operating-system-packages installation-os)))
(serv
Thomas,
Thomas Danckaert 写道:
Any idea why 'guix archive' is looking at /usr/local/...and what
I
could do about that?
Did you (manually) ./configure guix without ‘--sysconfdir=/etc’?
Trick question; it was a year ago; who knows; but that's usually
the culprit.
Kind regards,
T G-R
signat
From: Ricardo Wurmus
Subject: Re: very old daemon = no substitutes?
Date: Mon, 23 Dec 2019 15:01:10 +0100
Double check /etc/guix/acl to make sure that the public key for
ci.guix.gnu.org is listed there.
Thank you very much! I found the cause of the problem: 'guix archive
--authorize' was up
Hi Thomas,
> I'm reconfiguring my system after almost one year without updates
> (meaning guix-daemon in my system profile is at version
> 0.16.0-8.7ba2b27, dating from january 2019).
This should be fine. The daemon doesn’t change much and even in the
past upgrades to the daemon have been back
Le Mon, 23 Dec 2019 12:53:12 +0100 (CET),
Thomas Danckaert a écrit :
> Hi Guix,
>
> I'm reconfiguring my system after almost one year without updates
> (meaning guix-daemon in my system profile is at version
> 0.16.0-8.7ba2b27, dating from january 2019).
>
> I ran guix pull (now at commit c10
Hi Guix,
I'm reconfiguring my system after almost one year without updates
(meaning guix-daemon in my system profile is at version
0.16.0-8.7ba2b27, dating from january 2019).
I ran guix pull (now at commit c109d32) and had to rebuild *a lot*
(guile, git, I believe multiple versions of gcc,