Re: Request-For-Comment process: concrete implementation

2023-12-19 Thread Simon Tournier
Hi, Well, more than 7 weeks later… Hum, does it mean that the Guix project is not interested in formalizing some RFC? WDYT about the proposal? On Tue, 31 Oct 2023 at 12:14, Simon Tournier wrote: > Hi, > > This is a proposal for implementing Request-For-Comment process. > Comment are welcome in

RFC (was Re: Shutting down qa.guix?)

2023-12-19 Thread Simon Tournier
Hi Ludo, On sam., 09 déc. 2023 at 11:54, Ludovic Courtès wrote: > I know this has been discussed several times and it remains unclear to > me why as a project we never managed to move forward—maybe the comfort > of the status quo? It would help if the project would have a process for such move.

Computing a derivation for a profile

2023-12-19 Thread Ricardo Wurmus
Hi Guix, I would like to compute a derivation for a profile specified by a manifest. I do not (yet) want to actually build that derivation. This seems like a simple thing to do, but I haven’t been able to accomplish this. Here is one of the things I’ve tried in “guix repl”: --8<---