From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id LkuFKI32WmL3zwAAgWs5BA (envelope-from ) for ; Sat, 16 Apr 2022 19:02:05 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id aGpFJI32WmJ9hgEAauVa8A (envelope-from ) for ; Sat, 16 Apr 2022 19:02:05 +0200 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 574D12A707 for ; Sat, 16 Apr 2022 19:02:05 +0200 (CEST) Received: from localhost ([::1]:44576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nflK6-0005NI-55 for larch@yhetil.org; Sat, 16 Apr 2022 12:30:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60468) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfW67-0002Fn-3Y for help-guix@gnu.org; Fri, 15 Apr 2022 20:15:31 -0400 Received: from mail-oi1-x22a.google.com ([2607:f8b0:4864:20::22a]:44752) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nfW65-0007vW-9S for help-guix@gnu.org; Fri, 15 Apr 2022 20:15:30 -0400 Received: by mail-oi1-x22a.google.com with SMTP id bj24so4173684oib.11 for ; Fri, 15 Apr 2022 17:15:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:user-agent:message-id:mime-version; bh=rp4canB0Kalko8g9V6LyZV7ywI58aQQ8l4rj76Afaao=; b=hRPgo42NNPiiKubnWgMRN01Sj9HxldgtxvqlZc9IGzc19fKNSpjY2skWBFP6CJS6K4 1+1D0UC90mwl8yxSsBPsCGl/wSI0e0V2wa6jZ2moSQfUwjRRGBKZgUbBilftz/A6nOjj qTudlIxxp9yviGUOlacHetQhSJzmq0x3tadTVdTE1PinYF3CWl19uOJlO6LR6jvYGPdJ yYKH5Je1d/MyiRTcbdQCxcj1IuiNFbVXDCIAfL/7DN1AORFJaMgMX9qHYH5fJQBinL3i EuwQTZ/sdHtYsAWmD8WUQ6FkSbx/0TMNWO5kdwlxZrg5R0WCYnWB+y3T/93mnZLxClhP cARw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:user-agent:message-id :mime-version; bh=rp4canB0Kalko8g9V6LyZV7ywI58aQQ8l4rj76Afaao=; b=7+ZZTWrX2PlBc44NM8SDPmESgco9s6/gxsCvM3U/vjPL3FyRiN66Ia5UI1DtzmHWj2 7wXSziUozHUXarySMckC+9XAIQ38nlKgJTEOpJuxbMp+2cJCcad1Tf6w/gBU3tjgpT3o LQh5vhM44MKx586JvbvR2Y52l5FLoJ1s9NvkH+VNHAQxdhXkTwUKu9lfdS1J+afqje3E DmBC641cje7N2SIoIyYBlyQOKnZh4iDq3bRuK0+j9TE76YptJQI6fBAeCgkGoSQP1Nvz PMjfzxwQJE8S+2x7jReR1tjf0DdiblHIheMwNVCrGwY36v661ooHxStLDh8IVGxwA0Wy njMQ== X-Gm-Message-State: AOAM530x/HmvGeB5Uk8SkG+BSxbMUsfOazM2e+FFMw4UhgjkUO+olEHJ MM2AowQeRd8WBNdTfQpsxukRrOemhkM= X-Google-Smtp-Source: ABdhPJyh/NfwCnjzuNgtHHdWq1PQCHxIgtGR/xPUsjiT1LmhZpZUr9t2Q9FtJAmcwlfELhB0EgLLmQ== X-Received: by 2002:a05:6808:309a:b0:2f9:eced:3857 with SMTP id bl26-20020a056808309a00b002f9eced3857mr2443452oib.176.1650068127624; Fri, 15 Apr 2022 17:15:27 -0700 (PDT) Received: from sushoma ([37.19.210.10]) by smtp.gmail.com with ESMTPSA id d20-20020a056830005400b005b22a187045sm1508412otp.11.2022.04.15.17.15.26 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Apr 2022 17:15:27 -0700 (PDT) From: Benjamin Slade To: help-guix@gnu.org Subject: Nix on Guix? Date: Fri, 15 Apr 2022 18:09:40 -0600 User-agent: mu4e 1.6.10; emacs 29.0.50 Message-ID: <87y205q3xe.fsf@gmail.com> MIME-Version: 1.0 Received-SPF: pass client-ip=2607:f8b0:4864:20::22a; envelope-from=beoram@gmail.com; helo=mail-oi1-x22a.google.com 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, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 16 Apr 2022 12:30:06 -0400 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1650128525; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=GHBe+TmTMYTWGrBpcvjhRJVXMA1AaR3eVbecefEi1Qg=; b=W54+k5a07AR27q1QDo6IPfZQ9nr/CxDZGpagZX9uZnftTR/qipnerLz4jl+piS5ZhgOHBa 2/nOhkrxItvnGl/0R6Ri9x6I5RHpIOf00e8Q1NZwvmd++KufpF3KoUOr7bsLNr1SNFRGfd vpKVJuKN4IvDkQw3BheTQbVz9aMPbt4KBjucEeKP+KoxVyXweLf+XCW5UT7bKKmcdK2fnh FVnIzbuAI+mVePqg98aTPBTCXyyOCuCnvaDbbUT0kbmTqECqxeCurT3iR4pdElMROyEYZF Z5Aj5hVykZRZR0irh0lz5advxzSrpYpDNvdkt/UhdDKfwDBYpqMnyOCTK3bIvg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650128525; a=rsa-sha256; cv=none; b=uOrwkSmmzMYGMaWiEdrBiVs6XS0DKOOSn1F4OncNyoVFPNEud/0RCRkdVj1DFGnXm5jBu9 pU0FPOTNE9tTBZmsyynLXIof39Q20GvfVnlR/oyxIaG6pMb6LVPdQoPBq17kQVtgAMC37I Mse4c7iuBlHWksNqnb+FNO6hmWMeppzfWJN/X+VIuv1Eol21xN1iR+5eT65BMxN22gCsgV x0giIJLdJFNWbV+yE0PtDe7lFIyjNmyR0fHGXd2305Ldp5pABSyuXSsqKrALMm88KCi3jZ Xlcks9jKMuNDfemQEAN9dsrxfdB22obICFPijhgnZ/J7f+AZQKKS9hk4CCeGAg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20210112 header.b=hRPgo42N; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 5.86 Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20210112 header.b=hRPgo42N; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 574D12A707 X-Spam-Score: 5.86 X-Migadu-Scanner: scn0.migadu.com X-TUID: /Q0+72TAXZ8j Hello Guix, I'm trying to get the Nix package manager running on Guix. I followed the i= nstructions at: and successfully installed it, but trying to install and/or run= any Nix applications gives me permission errors. I installed for the 'guix-system'; should I have installed for 'guix-user'?= Or do I need to add my user to some Nix-related group? Or have I done some= thing else wrong? best, =C2=A0=E2=80=94Ben