It was a challenge, now in the final stage to migrate packages which trigger rebuild of >1%of all available ones on python-team branch.
Strategy so far: stabilise build for >1%, stabilise build for packages with >10 inputs, hopefully it would cover the majority of the graph.

Stats per build system: https://codeberg.org/Hellseher/guix-files
Milestone: https://codeberg.org/guix/guix/milestone/20775

Guix people, it would be helpful to have a public API which returns some core stats per package

#Guix#Python

It was a challenge, now in the final stage to migrate packages which trigger rebuild of >1%of all available ones on python-team branch.
Strategy so far: stabilise build for >1%, stabilise build for packages with >10 inputs, hopefully it would cover the majority of the graph.

Stats per build system: https://codeberg.org/Hellseher/guix-files
Milestone: https://codeberg.org/guix/guix/milestone/20775

Guix people, it would be helpful to have a public API which returns some core stats per package

#Guix#Python

My #guix peeps. Massive massive progress today with the GUIX router project. I have it booting, static provisioning the main ethernet interfaces, and I think I know how to set up the firewall. I don't have yggdrasil running, or squid. It seems like squid is crashing, but I think it's due to some directories I specified in the config not existing, or something. No logs yet to see what's up. anyway, massive thanks to you if you offered suggestions in the last few days!

@picnoir@social.alternativebit.fr External channels can be added to the load paths as well! Just note to set the load paths after using Guix' pre-inst-env script.

This script can be adapted and used in any channel:
https://codeberg.org/hako/Rosenthal/src/branch/trunk/pre-inst-env

And how I use them in my configurations:
https://codeberg.org/hako/Testament/src/commit/0eacd34ed6173b371115fc3cb8ee5157e4388772/pre-inst-env

(without using pre-inst-env scripts)
https://codeberg.org/hako/Testament/src/commit/9a8e39e32999c220f61fb4927c9893b0f5c7cb87/.envrc

#guix