From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: bug#22587: =?UTF-8?Q?=E2=80=98guix_?= =?UTF-8?Q?edit=E2=80=99?= & =?UTF-8?Q?=E2=80=98M-x?= guix-edit' typo, rename, & mode change Date: Sun, 07 Feb 2016 15:26:55 -0500 Message-ID: <87twlki7w0.fsf@gmail.com> References: <8737t4jt1j.fsf@gmail.com> <20160207185812.GA24466@debian> <87y4awiav7.fsf@gmail.com> <20160207193445.GA26755@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSVvG-0002pG-8W for bug-guix@gnu.org; Sun, 07 Feb 2016 15:27:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSVvD-0005KN-1W for bug-guix@gnu.org; Sun, 07 Feb 2016 15:27:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSVvC-0005KG-Th for bug-guix@gnu.org; Sun, 07 Feb 2016 15:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSVvC-0007W4-Bn for bug-guix@gnu.org; Sun, 07 Feb 2016 15:27:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160207193445.GA26755@debian> (Andreas Enge's message of "Sun, 7 Feb 2016 20:34:45 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: 22587@debbugs.gnu.org Andreas Enge writes: > On Sun, Feb 07, 2016 at 02:22:36PM -0500, myglc2 wrote: >> But, AIUI, this goes against the guix concept of an immutable store. >> To describe and name this function to imply that one could/should edit >> recipes in the store based on the "corner case" of root having the >> ultimable ability to do so seems counter to how you would want to >> encourage even a root user to proceed. > > Recipes are not in the store. For instance, after doing a "make install", > they are in $PREFIX/share/guile/site/2.0/. > > Or maybe they are in the store after a "guix pull"? > > I am only using the "make install" version for a system-wide installation, > and a git checkout for making more recent recipes available to one user. > > Andreas On guixSD they are found under /root/.config/guix/latest which points, for example, into the store like this: latest -> /gnu/store/96s6sh92xyw0rljp3w1zxc8h3s4vb5zf-guix-latest So it seems to me that editing these files will essenctially "corrupt" a guix system.