[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to test service changes
From: |
Nicolò Balzarotti |
Subject: |
Re: how to test service changes |
Date: |
Wed, 22 Jan 2020 08:50:23 +0100 |
Hi Martin,
I think you can use ~./pre-inst-env guix system vm config.scm~ and test
the service there.
But maybe somebody else has better advices.
Thanks,
Nicolò
Martin Becze <address@hidden> writes:
> Hi Guix,
>
> I was in the processes of updating geoclue but I ran into a problem. I
> don't know how to test the updated package on my system. geoclue is
> installed by (geoclue-service) in my config.scm. How would I go about
> making `guix system reconfigure ./config.scm` use my updated package? Or
> is there another way to replace the current geoclue with the newer one?
>
> Thanks!
> -Martin