Hi,
Please, give it a go with a fresh go importer , available on master branch.
Thanks,
Oleg
Hello,
On Mon, Dec 9, 2024 at 2:12 AM John Kehayias
wrote:
> (There was a patch from Vincent Legoll that was lost as it was only sent
> to the bug number, which goes nowhere:
>
Yes, I did not use the tool (mumi CLI ?) to reply, so I just sent to the
bug number
hoping it would reach the interest
Hello,
Efraim Flashner skribis:
> I saw a post by Marcan¹ of Asahi Linux the other day about not parsing
> /proc/cpuinfo and remembered that's what we're doing in (guix cpu).
I believe it initially mimicked what GCC does for ‘-march=native’, but
it does seem to be less exhaustive than /sys/devi
Hello,
I discovered that every field in configuration created by
define-configuration is evaluated twice:
--8<---cut here---start->8---
scheme@(guix-user)> ,use (gnu services configuration)
scheme@(guix-user)> (define serialize-string #f)
scheme@(guix-user)> (
Hello,
I am writing a configuration for mpv and hit an issue of the generated
constructor (`home-mpv-configuration') is extremely slow. While the
almost 800 fields is unusually high, initializing the instances of the
record should *not* take almost 30 seconds. The full file is attached
to this
Hi Hilton,
> Both services are conflict, you can only choose one of them.
Thanks for letting me know. I later began to suspect as much, but I wasn't sure.
I do wish there had been a way to get a more informative error message
in this situation, but I guess that's a different topic altogether.
T