From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id wExqFdS0hmHEQAAAgWs5BA (envelope-from ) for ; Sat, 06 Nov 2021 18:01:08 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id MOcEEdS0hmFrDwAAbx9fmQ (envelope-from ) for ; Sat, 06 Nov 2021 17:01: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 1FDF7339C4 for ; Sat, 6 Nov 2021 18:01:08 +0100 (CET) Received: from localhost ([::1]:41086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mjP3z-0001wH-Bf for larch@yhetil.org; Sat, 06 Nov 2021 13:01:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjP3u-0001vr-K3 for guix-patches@gnu.org; Sat, 06 Nov 2021 13:01:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38791) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mjP3u-0005rT-BY for guix-patches@gnu.org; Sat, 06 Nov 2021 13:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mjP3u-0001r7-71 for guix-patches@gnu.org; Sat, 06 Nov 2021 13:01:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50873] [PATCH 0/5] Fixes to =?UTF-8?Q?=E2=80=98guix?= home =?UTF-8?Q?import=E2=80=99?= Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Nov 2021 17:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50873 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andrew Tropin Cc: Oleg Pykhalov , 50873@debbugs.gnu.org, Xinglu Chen Received: via spool by 50873-submit@debbugs.gnu.org id=B50873.16362180277083 (code B ref 50873); Sat, 06 Nov 2021 17:01:02 +0000 Received: (at 50873) by debbugs.gnu.org; 6 Nov 2021 17:00:27 +0000 Received: from localhost ([127.0.0.1]:50337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjP3K-0001qB-Sh for submit@debbugs.gnu.org; Sat, 06 Nov 2021 13:00:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjP3J-0001py-Ep for 50873@debbugs.gnu.org; Sat, 06 Nov 2021 13:00:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48338) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjP3D-0005gN-CD; Sat, 06 Nov 2021 13:00:19 -0400 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=S03bMBAgT02P3wAJ92DAZ6TW4kCFB7h9LniLeQYYoDQ=; b=Kr3Sg9EWGcyOab9vT/Sj l5LE8KZAmvQNqX8m/tH4YB/qVuzE0ig3OkXU1l0IxAC+edYYdqNijqIDYpTHBcB9+IbvfcKvAyqxU 0O97fG6jyic5Ntz4HhT2aGbh3hyJDj8rn08BpknQgMdk3y9aUMXuvWht7mr1T1n5dxKeDE+N3zQ0i V/jL+C9HMycuQ21wyIrFUruVmVoYpnC/mdD8EltnkZNtBOSoI1Vjehj958M5qN14LL3WBgKDkPwCX Mb/zNZRZrIU4Lb/A6MbQ6DdxRH6CkEZu+s253xUgXKBAxwUIoT47VYsMAuomvo0s8Mfyc271VC9Ss A6yPhu21K/T0AQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55520 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjP3D-0004ja-1S; Sat, 06 Nov 2021 13:00:19 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <8735oirub9.fsf_-_@gnu.org> <878ry96qn6.fsf@disroot.org> <878ry8tmie.fsf@trop.in> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 16 Brumaire an 230 de la =?UTF-8?Q?R=C3=A9volution?= 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: Sat, 06 Nov 2021 18:00:17 +0100 In-Reply-To: <878ry8tmie.fsf@trop.in> (Andrew Tropin's message of "Mon, 01 Nov 2021 09:31:37 +0300") Message-ID: <87a6ihmd7i.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1636218068; 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=S03bMBAgT02P3wAJ92DAZ6TW4kCFB7h9LniLeQYYoDQ=; b=AfWEjyKYdhZCawt9yGgBzfpBwiMoqtcnS/Aw5bbwvkIY9wXs/zS2gOlNSAu1Fj37gUrU44 eX74rWg55ftfEzmFGdGF/JZgqbdcQDtplPve1b0s6+aYKq9/09nQuJKo0geIkRequlUU77 A2pPzxxtQ4g+psjk9cc6SBn9GP4DOPuSWpLS5AwOUMxH3NJGO+LltoIQH5dIqi/edAImBN EJvTI3zOwB7COaxbj3zGU6QNXx88KVxvjwKChJ6twpiLnjn0RD0qScShpAoKKeM6wlCjWo CYuMgOa2o4SZvoWn+tzdlqXSkXWhajAISPSZb+K/yFWdouENnwyJQy+XYudJ6A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1636218068; a=rsa-sha256; cv=none; b=qhk85otBvob9z+kvAh7xOmJ4lgpaz5IJzSCtTUbGd45hfBdgc0+HDgSz4CbSj2KxL1eF+Y 6DfpN7JmeVsSy5KMf5BmehrNQ8BteJYaziq/7HRs0ztw0W+GzGaBo8nyHzGkI7E1TarDv/ u2TnI6FLb+0lhrH2/lIhZbl9vjnnJtOL4uDo2cLct/XsDCSv5fPd09/L8XWxSwZ4r6HPUv 139Etpy1w54iHiQFUDTLZqhHOTFgTWnuNXeln8XU3aYZ0hKFyxe3C8/+2d/+99ZOmp6nVl TLgkHojK8nYBrMkCEXXheZBd2IADZtbO+7HTbHaf10KG++n7Nym8p4Z6jgRf1Q== 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=Kr3Sg9EW; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.42 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Kr3Sg9EW; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 1FDF7339C4 X-Spam-Score: -1.42 X-Migadu-Scanner: scn0.migadu.com X-TUID: +g6rga34srOv Hi, Andrew Tropin skribis: >>> Or perhaps it would be more consistent to have: >>> >>> guix home import ~/foo >>> >>> create ~/foo/config.scm, instead of printing it to stdout? > > It's a good idea. home.scm or home-config.scm can be another option to > make it clearer that it's not a system config.=20 Yes, or even =E2=80=98home-configuration.scm=E2=80=99, in keeping with the no-abbreviation policy. :-) If Xinglu or someone else wants to make this change, I=E2=80=99ll happily review/apply! Thanks, Ludo=E2=80=99.