From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6EHXEjRFEGCRUAAA0tVLHw (envelope-from ) for ; Tue, 26 Jan 2021 16:37:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EBS+DjRFEGBiUAAAB5/wlQ (envelope-from ) for ; Tue, 26 Jan 2021 16:37:08 +0000 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 EFDC394024D for ; Tue, 26 Jan 2021 16:37:07 +0000 (UTC) Received: from localhost ([::1]:42224 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l4RL0-000882-JB for larch@yhetil.org; Tue, 26 Jan 2021 11:37:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52084) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4RJu-00086C-O0 for guix-devel@gnu.org; Tue, 26 Jan 2021 11:35:59 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:45049) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4RJs-0002xF-Hm for guix-devel@gnu.org; Tue, 26 Jan 2021 11:35:58 -0500 Received: from [192.168.5.10] (bras-vprn-toroon474rw-lp130-08-76-68-120-100.dsl.bell.ca [76.68.120.100]) (Authenticated sender: rg@raghavgururajan.name) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 1897B100013; Tue, 26 Jan 2021 16:35:51 +0000 (UTC) Subject: Re: Possible bug in configuration-system? From: Raghav Gururajan To: Mikhail Tsykalov References: <076e695c-aaaa-d523-ec59-f73df342ab5b@raghavgururajan.name> <67d56589-98f9-4c2c-96fe-f93dd5466ee7@gmail.com> <94c831b7-8893-322a-852f-974f79d769e7@raghavgururajan.name> Message-ID: <14dda05e-ea7a-9e47-4c83-c38acb79563c@raghavgururajan.name> Date: Tue, 26 Jan 2021 11:35:49 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.6.1 MIME-Version: 1.0 In-Reply-To: <94c831b7-8893-322a-852f-974f79d769e7@raghavgururajan.name> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=217.70.178.231; envelope-from=rg@raghavgururajan.name; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.35 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: EFDC394024D X-Spam-Score: -1.35 X-Migadu-Scanner: scn1.migadu.com X-TUID: KUlp3+616Pmk Hi Mikhail! >> Example in the manual is wrong, it should say 'targets' instead of >> 'target'. > > Ah! So there is a separate field called 'targets', where `(list` is > supposed to be used? Yep! It worked. Thanks a lot. Regards, RG.