guix-patches
[Top][All Lists]
Advanced

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

[bug#46031] services: cuirass: Add "simple-cuirass-services".


From: Jonathan Brielmaier
Subject: [bug#46031] services: cuirass: Add "simple-cuirass-services".
Date: Fri, 22 Jan 2021 17:37:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.6.1

On 22.01.21 09:50, Mathieu Othacehe wrote:
Here is a service that provides some syntactic sugar over the (complex)
Cuirass configuration.  It uses Guix Channels to declare Cuirass inputs.

On my server I stopped cuirass && cuirass-web. Removed any signs from
the config.scm and tried this barebone example from your branch:
https://gitlab.com/mothacehe/guix/-/tree/simple-cuirass

(use-modules (gnu)

             (guix channels))
[...]
(simple-cuirass-services

 (simple-cuirass-configuration

   (build 'all)

   (channels (cons (channel

                    (name 'my-guix)

                    (url "https://gitlab.com/jonsger/guix.git";))

                   %default-channels))))


It gave me this error: https://paste.opensuse.org/view/raw/110509





reply via email to

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