GNU bug report logs -
#46031
services: cuirass: Add "simple-cuirass-services".
Previous Next
Reported by: Mathieu Othacehe <othacehe <at> gnu.org>
Date: Fri, 22 Jan 2021 08:52:02 UTC
Severity: normal
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 46031 <at> debbugs.gnu.org (full text, mbox):
On 29.01.21 12:39, Mathieu Othacehe wrote:
>
> Hello Jonathan,
>
>> (services
>> (cons*
>> (service a-service-type)
>> [...]
>> (service z-service-type)
>> (modify-services %base-services
>> (guix-service-type config =>
>> (guix-configuration
>> (inherit config)
>> (extra-options '("--cores=x")))))))
>
> That would impose to write something like:
>
> --8<---------------cut here---------------start------------->8---
> (services
> (append
> (cons*
> (service a-service-type)
> [...]
> (service z-service-type)
> (modify-services %base-services
> (guix-service-type config =>
> (guix-configuration
> (inherit config)
> (extra-options '("--cores=x"))))))
> (simple-cuirass-services
> (simple-cuirass-configuration
> (build 'all)
> (channels (cons (channel
> (name 'my-guix)
> (url "https://my-git-repo/guix.git"))
> %default-channels))))))
> --8<---------------cut here---------------end--------------->8---
Thanks Mathieu. I think we can merge and I'll try it then. If we found a
nicer solution we can still change it...
This bug report was last modified 4 years and 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.