gnu: Add prometheus-postfix-exporter. · 20007b2ec8

* gnu/packages/monitoring.scm (prometheus-postfix-exporter): New variable.

Codeberg.org

#Arduino CLI is available in #Guix

Thanks @orahcio for packing!

https://codeberg.org/guix/guix/pulls/9459

gnu: Add arduino-cli.

<!-- Below is a checklist for package-related patches. For details please refer to [the manual](https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html). Common issues in the contribution process are also documented in the ["Contributing" chapter](https://guix.gnu.org/manual/deve...

Codeberg.org

Finally writing that "running a #guix based mail server (with cyrus-imapd and opensmtpd)" blog post* this weekend with cyrus-imapd having landed in guix proper a few days ago (thanks to @sharlatan & @cnx for reviewing my PR!)

*as soon as I'll find the time to upstream a cyrus-imapd-service-type I'll try to make a guix cookbook entry out of it later this year

GuixPkgs: every Guix package, as a Nix flake

I’m a software engineer, father and wishful amateur surfer. If you’ve come seeking my political views, you’ve found the wrong Fareed.

Farid Zakaria’s Blog

Still wondering if the LLM supporters are going to win in their #guix debate.

LLM contributions to a project make me want to find a different project and not contribute to one that uses LLMs. I'd expect any LLM based project related tools to rot over time as the problems just get solved by throwing it to a LLM.

Well, scratch that, problem was in contents of /etc/resolve.conf not being generated for new version. Why I don't know ha ha ha , simple fix go into previous generation, copy settings, go back to new generation copypasta those settings into new gens etc/resolve.conf, think about how to do it properly next time. The game continues #GuixSystem #guix

📢 PSA: If you’re using https://guix.bordeaux.inria.fr to get substitutes for Guix-Science, Guix-CRAN, & co., note that it will be offline from July 3rd to July 15th.

#Guix

Cuirass — Your friendly Guix continuous integration service.

Okay, I'm giving up on #guix for now. Solved initial updating problem by installing with xfce not mate ( nope I dont know why that works either) two different machines - but after each install on two machines and updating cant install anything with newer kernel(7) go back to previous generation and install is easy and works like wtaf !!!
Well , it could just be coincidence, but installing guix with xfce rather thAn mate seems to have solved my guix pull/ sudo guix update problem. #guix

Hey #Guix!

Now `guix pull` and `guix time-machine` supports Git symref. And?

It allows to easily have unmerged Pull-Request.

Consider the fictive PR 567 improving package foo.
And such CI processed this PR with the evaluation 1234.

Then

guix time-machine \
-C https://guix.bordeaux.inria.fr/eval/1234/channels.scm \
-- shell foo bar

where channels.scm file points to refs/pull/567/head.

Done! 🤩