From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id cKBiGXMTJ2CzKAAA0tVLHw (envelope-from ) for ; Fri, 12 Feb 2021 23:46:59 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id qJsfFXMTJ2BaAgAAB5/wlQ (envelope-from ) for ; Fri, 12 Feb 2021 23:46:59 +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 2FA8816C91 for ; Sat, 13 Feb 2021 00:46:59 +0100 (CET) Received: from localhost ([::1]:60350 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAi9K-0006ng-7C for larch@yhetil.org; Fri, 12 Feb 2021 18:46:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41710) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAi8n-0006nW-TH for guix-devel@gnu.org; Fri, 12 Feb 2021 18:46:25 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:38410) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAi8l-0008I7-UF for guix-devel@gnu.org; Fri, 12 Feb 2021 18:46:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=uKBsjhzIkoLuCKTW+4Ap7Bj6pjh7VXBABUQIf8841K4=; h=date:in-reply-to: references:subject:cc:to:from; b=GphKdr0fUlvKX2zBHfR9WTVqkzBrO2E0XC2do zGTHwN1yO1U9N/6X+r5zT77JL+qrNB6vjnhlnzg7dKCJKlNYL5wS/BPoZ6owtYkgXOXcho xshVT3/rSWyEVFg1CV91dkNQRJn9+I/H7roORa/+bjF9GYCWTbsqx3vbHpR+ZthKgzYuca AZBGeali7o2BiClp0A+D6CcRAz+WWg64KWtJIeX4wePlbOxryeIgVjmN2NKRx1utcpl7Yt /RmUoZdlmwOn4VDP9Ie7BiRkgDvzz92rcw4WXt1eKrjAwDWAfwS8xjvjdtu/rAjK4/sP5g I8wan+l9afJezxHd+s+s8eHhg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 5946d9db (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Fri, 12 Feb 2021 23:47:08 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Lee Fallat Cc: guix-devel@gnu.org Subject: Re: [patch] Explain how to exit and clean up a guix environment References: <99e3b475e2ae27c3326519cd961b1ce33cccb217.camel@leefallat.ca> In-reply-to: <99e3b475e2ae27c3326519cd961b1ce33cccb217.camel@leefallat.ca> Date: Sat, 13 Feb 2021 00:46:17 +0100 Message-ID: <87a6s8u9x2.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-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: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 2FA8816C91 X-Spam-Score: -4.00 X-Migadu-Scanner: scn1.migadu.com X-TUID: rXxY+DENdnNG --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Lee Fallat =E5=86=99=E9=81=93=EF=BC=9A > Hey, Hi, welcome, and thanks for the patch! I responded on IRC (mail client's being stupid) but you don't seem=20 to be on-line, so here's a less ephemeral copy: There's a list specifically for patches (unimaginatively named=20 guix-patches@), tracked together with bug-guix@ over on=20 issues.guix.gnu.org. Could you submit it there? Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYCcTSQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15Nv0A/RNWG+V/gLOJhzMhKGnSzrje+xFXo6Vor4RTw4vw WWSsAQCDCNdc/NSpbX4+CWrjTJ30nUk/lVhH5XWteXLG7wO7Ag== =4FKY -----END PGP SIGNATURE----- --=-=-=--