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 +KFxF+EW8197HAAA0tVLHw (envelope-from ) for ; Mon, 04 Jan 2021 13:23:45 +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 sDUgE+EW81+4IAAAB5/wlQ (envelope-from ) for ; Mon, 04 Jan 2021 13:23:45 +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 9937694021E for ; Mon, 4 Jan 2021 13:23:44 +0000 (UTC) Received: from localhost ([::1]:55896 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kwPpn-0002LW-36 for larch@yhetil.org; Mon, 04 Jan 2021 08:23:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58700) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwPpN-0002Kh-3F for help-guix@gnu.org; Mon, 04 Jan 2021 08:23:17 -0500 Received: from mail1.g12.pair.com ([66.39.4.99]:30819) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwPpL-0002u7-JB for help-guix@gnu.org; Mon, 04 Jan 2021 08:23:16 -0500 Received: from mail1.g12.pair.com (localhost [127.0.0.1]) by mail1.g12.pair.com (Postfix) with ESMTP id 0FFCB730B5; Mon, 4 Jan 2021 08:23:11 -0500 (EST) Received: from [10.11.12.15] (w135107.ppp.asahi-net.or.jp [121.1.135.107]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail1.g12.pair.com (Postfix) with ESMTPSA id D4621730A1; Mon, 4 Jan 2021 08:23:10 -0500 (EST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Yasuaki Kudo Mime-Version: 1.0 (1.0) Subject: Re: Anyone using Nix on Guix System? Date: Mon, 4 Jan 2021 22:23:08 +0900 Message-Id: References: <877doumgm8.fsf@ambrevar.xyz> In-Reply-To: <877doumgm8.fsf@ambrevar.xyz> To: Pierre Neidhardt X-Mailer: iPhone Mail (18C66) Received-SPF: none client-ip=66.39.4.99; envelope-from=yasu@yasuaki.com; helo=mail1.g12.pair.com X-Spam_score_int: 1 X-Spam_score: 0.1 X-Spam_bar: / X-Spam_report: (0.1 / 5.0 requ) BAYES_00=-1.9, PDS_OTHER_BAD_TLD=1.997, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.83 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 9937694021E X-Spam-Score: -0.83 X-Migadu-Scanner: scn1.migadu.com X-TUID: qa9D8Fu6rW38 Thank you, let me try this! I will report later! > On Jan 3, 2021, at 19:58, Pierre Neidhardt wrote: >=20 > =EF=BB=BFHi! >=20 > While I haven't used it in a few months, here is what I did to set it > up: >=20 > --8<---------------cut here---------------start------------->8--- > (operating-system > (inherit %bababa/os) > (packages (cons* nix > ...)) > (services (cons* > (service nix-service-type) > ... > )) > ) > --8<---------------cut here---------------end--------------->8--- >=20 > Then, as per the manual: >=20 > --8<---------------cut here---------------start------------->8--- > =E2=80=A2 Add a Nix channel and update it. See Nix Package Manager= > Guide (https://nixos.org/nix/manual/). >=20 > =E2=80=A2 Create a symlink to your profile and activate Nix profile= : >=20 > $ ln -s "/nix/var/nix/profiles/per-user/$USER/profile" ~/.nix-pro= file > $ source /run/current-system/profile/etc/profile.d/nix.sh > --8<---------------cut here---------------end--------------->8--- >=20 > Hope that helps! >=20 > --=20 > Pierre Neidhardt > https://ambrevar.xyz/