From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id eNM5OZgJT2ahzAAAe85BDQ:P1 (envelope-from ) for ; Thu, 23 May 2024 11:17:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id eNM5OZgJT2ahzAAAe85BDQ (envelope-from ) for ; Thu, 23 May 2024 11:17:13 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TAowy+XW; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1716455832; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=2X4XRUkBvbZM7kfO5NdtHQReaFDKKlangcZwIHleoKg=; b=CJYD5SsZ3cRAr07zqOVnZwAZVZ6vAvnQM7A+3uf8RWiOmlnJLN6mukyiU1GaGj29S+F/xU o4/vYWXj7RogVTFtRxMUTIdKQtb02MzW3imHI24/2pvbXXLBmYooGCPs9++Qa/zPeS2kWS gYjSiGhd2J5aCBgCV1NBA1R01oCBY1f07XviJhrwloi9cPr4ShYjinaBazwX401f8msga4 qbhDWzwsXaF32agjGQXj0WQvtnWy6cBDYV0yUaat8+Xf5PEyZAecK93XvkOnND6QztFeko g1v1014hTYyZBj+K5EDRlI7quQQpoPTF+aSavmQ+VCu1FRAszkMCZlSW7ohA3Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1716455832; a=rsa-sha256; cv=none; b=Vi8f9hByM1UlQMW6OmffEYqhTQfw/FpDunkQwcl8z9gQ2UkeNf6GczqCTUa3A0aWBwpDTC 1B/jrBASvIY1yilTBouFxPA9IOw2CDOEXv0QAZplFaqWZr8l9Xcw/BOsD6tyrUeqYzA7ab AqrsWcYaKgfwd83E/PtL3r+DXJtVXCEnduKtq2xloJS1wyJCdmCJvXmG2xoeT+RZmIJkbS 7116PM//U2SKX4/ppsaHVQ56a2xeW7/a1NU8V3ijN2wyDQ/CRijhymf5ImM5png0YHemSm MK90jTeMtKWXCTQl8ItH/PFBvnmqAHqJ0x+Z0IYZBOQHCRA1ccf7YjB2aQN6CQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TAowy+XW; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" 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 9D422779C0 for ; Thu, 23 May 2024 11:17:12 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sA4ZG-0001u0-II; Thu, 23 May 2024 05:16:58 -0400 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 1sA4ZF-0001ro-1I for guix-patches@gnu.org; Thu, 23 May 2024 05:16:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sA4ZE-0003bl-OL for guix-patches@gnu.org; Thu, 23 May 2024 05:16:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sA4ZK-0000Pi-HI for guix-patches@gnu.org; Thu, 23 May 2024 05:17:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71111] [PATCH v2 1/1] services: home: Use pairs instead of lists. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 May 2024 09:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71111 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andrew Tropin Cc: Richard Sent , Maxim Cournoyer , 71111@debbugs.gnu.org, Florian Pelz , Matthew Trzcinski Received: via spool by 71111-submit@debbugs.gnu.org id=B71111.17164558181581 (code B ref 71111); Thu, 23 May 2024 09:17:02 +0000 Received: (at 71111) by debbugs.gnu.org; 23 May 2024 09:16:58 +0000 Received: from localhost ([127.0.0.1]:58764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA4ZG-0000PR-0Z for submit@debbugs.gnu.org; Thu, 23 May 2024 05:16:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46464) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sA4ZD-0000PL-Ji for 71111@debbugs.gnu.org; Thu, 23 May 2024 05:16:57 -0400 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 1sA4Z0-0003Z0-Lf; Thu, 23 May 2024 05:16:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=2X4XRUkBvbZM7kfO5NdtHQReaFDKKlangcZwIHleoKg=; b=TAowy+XWb4RiWDgomut0 4+NC6TT+A3EyCCLtyQ8xm0rGVgNBpYynh0P82l4K/NN6C7lqKXw1nBKlNR5q5RcD1m4Js1zuVndxP q/1vFzfdHMnG2Xrs9sx3PYB4MDoKGU2QXr9pcbBV0Y6EM6VvewaNWvSCLiOlPJHR+R2JtUdy+OP6w 8u6bkK0GZDY4d10D0NXff0JZq7vixLSFlXbwfx0OTLMRPR9ticTWUz06EInlmxZJlR0W9J80sXT0P 0mukZpGnMeq+L/fC6ayWQFSpcSgkmZZjpwhXiazRNOFrYCdqB4AxTa9JHHycrJSZnRtXULDDig6es Vl3iAX2UvKPMDQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Andrew Tropin's message of "Thu, 23 May 2024 09:53:44 +0400") References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quintidi 5 Prairial an 232 de la =?UTF-8?Q?R=C3=A9volution, ?= jour du Canard 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: Thu, 23 May 2024 11:16:39 +0200 Message-ID: <87h6eoc2h4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -2.76 X-Spam-Score: -2.76 X-Migadu-Queue-Id: 9D422779C0 X-Migadu-Scanner: mx11.migadu.com X-TUID: Xzw0/ZLqAhkA Hi Andrew, Andrew Tropin skribis: > (operating-system > (services (append (list (service guix-home-service-type > - `(("alice" ,my-home)))) > + `(("alice" . ,my-home)))) What=E2=80=99s the rationale for this? In general I think we should avoid gratuitous incompatible changes. Thanks, Ludo=E2=80=99.