help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Efficient iterative shepherd service development ?


From: Carlo Zancanaro
Subject: Re: Efficient iterative shepherd service development ?
Date: Wed, 07 Aug 2024 19:05:01 +1000
User-agent: Gnus/5.13 (Gnus v5.13)

On Mon, Aug 05 2024, Nicolas Odermatt-Lemay wrote:
> Would this be a way to go ? If it is, how could this be implemented ?
> And do you have any other advice ?

When I work on services I usually use "guix system vm" and/or "guix
system container". These allow me to instantiate a system with the
service(s) that I'm working on without risking breaking my real system.
It also makes cleaning up between tests much simpler: I just kill the
VM/container.

I find it easier to write a minimal operating-system definition, rather
than using one of my real system definitions, but you can do it either
way.

Carlo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]