From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alex Griffin" Subject: =?UTF-8?Q?Re:_=E2=80=9CGuix_Profiles_in_Practice=E2=80=9D?= Date: Sat, 26 Oct 2019 13:32:01 -0500 Message-ID: References: <87r231rulr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44443) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOQs8-0002DE-0l for guix-devel@gnu.org; Sat, 26 Oct 2019 14:33:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOQs6-00054L-PR for guix-devel@gnu.org; Sat, 26 Oct 2019 14:33:07 -0400 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:42239) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iOQs6-00052H-87 for guix-devel@gnu.org; Sat, 26 Oct 2019 14:33:06 -0400 In-Reply-To: <87r231rulr.fsf@gnu.org> 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+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org On Fri, Oct 25, 2019, at 5:24 AM, Ludovic Court=C3=A8s wrote: > Here=E2=80=99s a new blog post by Pierre Neidhardt entitled =E2=80=9CG= uix Profiles in > Practice=E2=80=9D: >=20 > https://guix.gnu.org/blog/2019/guix-profiles-in-practice/ >=20 > A great discussion on the benefits of manifests and on ways to manage > several profiles! Great article, Pierre! I've known for a while how to do all this, but I = still just used one big profile. Following along with your article, I fi= nally went ahead and split it up. I noticed some typos though. This line has mismatched quotes: > export MANPATH=3D/path/to/profile${MANPATH:+:}$MANPATH" And this sentence is missing a couple words in the cookbook version: > This means that the exact same profile can be anytime, with --=20 Alex Griffin