n<#secure method=pgpmime mode=sign>
Hi Andreas,
Nice work ! I’ve been playing a bit with it, but failed miserably to
use your image, as you can see:
https://gitlab.com/csantosb/gitlabci/-/jobs/8681019372
This is my dummy yaml file:
https://gitlab.com/csantosb/gitlabci/-/blob/test
Andreas Enge writes:
> Hello Simon,
>
> Am Mon, Dec 16, 2024 at 11:42:34AM +0100 schrieb Simon Josefsson via:
>> I am trying to get a Guix container usable in GitLab, and thought I'd
>> share my status. I have established working networking in the resulting
>> Guix container, which seems like pr
Jake writes:
> Hi Tomas
>
> I got the snippet below from the patch series
> https://issues.guix.gnu.org/74860
>
>(actions (list (shepherd-action
>(name 'trigger)
>(documentation "Trigger something.")
>(procedure #~trigger-timer
Hello,
Felix Lechner via writes:
> Hi Tomas,
>
> On Mon, Dec 16 2024, Tomas Volf wrote:
>
>> what to put into the (actions) field
>
> Please try this:
>
>(actions
> (list (shepherd-action
>(name 'trigger)
>(documentation "Trigger the action associated with this ti
Hey,
I'm trying to build a go program that is located locally, and figured
I'd use to go-build-system to do so. I've created the following
(use-modules (guix gexp)
(guix packages)
(gnu packages gcc)
(gnu packages golang)
(guix build-system