From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id OIRDD9XAiWN+awEAbAwnHQ (envelope-from ) for ; Fri, 02 Dec 2022 10:09:41 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KCDlDtXAiWOtTAEAauVa8A (envelope-from ) for ; Fri, 02 Dec 2022 10:09:41 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 24DF02F2E8 for ; Fri, 2 Dec 2022 10:09:41 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p1236-0008Qk-UK; Fri, 02 Dec 2022 04:09:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1232-0008QT-Cn for guix-devel@gnu.org; Fri, 02 Dec 2022 04:09:32 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1232-0001cR-1t; Fri, 02 Dec 2022 04:09:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=AEmscBak2svol8W1qasfC9HO4zjyYIq/0emmGQCYwa4=; b=UBFh/2sAJCx2ST38JYEi fBVl9LZ+yBSCB/1zTZ7baEwGYcODSuMeOPqojdfK9datWUi+y3HVFObjzHeOqV6Mt12y90hMJzAZE HwJLAFtEmBYOVKAHZx5hOGvwA8LIMBDw2sD6jmskxdRT5f4zsoMVa155gAXRPYxMARvbP/rjm4cQm 1u2Y/sv4wqMftAGofuUmz98UMj9gaCnHw50ZUguyrRyuAVfYVbTH4riD3j3FYND2mwXB8oEgudMtb bNCFrPFrq2O72BfBqwEef4dlowUolKJ1xFRpId3YjWbrWpEYLKRs+cfu4a2Vy2l4nDP942gJ7YJTP +0kUi19Mk5vSqQ==; Received: from [193.50.110.137] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p122y-0004tV-Bs; Fri, 02 Dec 2022 04:09:31 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: zimoun Cc: "(" , Guix Devel Subject: Re: Help with G-expression References: <86359zm3iv.fsf@gmail.com> <86v8mvklcd.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 12 Frimaire an 231 de la =?utf-8?Q?R=C3=A9volu?= =?utf-8?Q?tion=2C?= jour du Raifort X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 02 Dec 2022 10:09:26 +0100 In-Reply-To: <86v8mvklcd.fsf@gmail.com> (zimoun's message of "Thu, 01 Dec 2022 19:52:34 +0100") Message-ID: <87sfhyuq7t.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: guix-devel-bounces+larch=yhetil.org@gnu.org X-TUID: Hh8CNMElH9QO Hi, zimoun skribis: > no code for module (guix config) (guix config) is added by using =E2=80=98make-config.scm=E2=80=99; there=E2= =80=99s an example in (gnu services base). For the rest, make sure to use =E2=80=98source-module-closure=E2=80=99 or y= ou=E2=80=99ll miss modules (info "(guix) G-Expressions"). HTH! Ludo=E2=80=99.