Re: Cuirass still there after removing and reboot

2022-09-18 Thread Ricardo Wurmus
Hi Olivier, > I've removed the cuirass service from my operating system configuration. > After rebooting and many generations later, I still see cuirass in the > root's services. I have to manually do `sudo herd stop cuirass` at > every boot.. > > Any idea? I suggest looking at the system serv

How to package nyxt plugins?

2022-09-18 Thread jgart
Hi, I want to package this for Guix: https://git.sr.ht/~conses/nx-router How should I include nyxt as a dependency in the Guix package? all best, jgart

Re: Trivia question: What does the "G" in G-expressions stand for?

2022-09-18 Thread jgart
On Sat, 17 Sep 2022 13:20:01 -0500 jgart wrote: > On Sat, 17 Sep 2022 20:01:33 +0200 Edouard Klein wrote: > > My bet would be on "Guix" ? > > Yes, maybe... Hi Ludo, Hope all is well! Does the G in G-Expressions stand for Guix? Just wanted to confirm. all best, jgart

Re: Why is the scheme record needed?

2022-09-18 Thread jgart
On Sat, 17 Sep 2022 20:41:43 +0200 Ricardo Wurmus wrote: Hi rekado, Thanks for the explanations! Much appreciated. Here are some more questions: > It is a Scheme representation of a derivation, which also has an on-disk > representation. Why was the scheme representation of a derivation needed

Re: How does a gexp relate to a derivation?

2022-09-18 Thread Ricardo Wurmus
jgart writes: > On Sat, 17 Sep 2022 17:43:17 +0200 Ricardo Wurmus wrote: >> ;;; >> ;;; 2. Gexps embed information about the derivations they refer to. > > Why do gexps embed information about the derivations they refer to? That’s the whole point. Otherwise you could just use quasiquote / u