From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?5a6L5paH5q2m?= Subject: Re: (Not GuixSD) Purpose of ~/.config/guix/ & config. files Date: Mon, 21 Sep 2015 09:02:54 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdpVS-0002a5-3u for guix-devel@gnu.org; Sun, 20 Sep 2015 21:02:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdpVR-0002ws-8L for guix-devel@gnu.org; Sun, 20 Sep 2015 21:02:58 -0400 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:34571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdpVR-0002w3-0g for guix-devel@gnu.org; Sun, 20 Sep 2015 21:02:57 -0400 Received: by lbbmp1 with SMTP id mp1so43999969lbb.1 for ; Sun, 20 Sep 2015 18:02:54 -0700 (PDT) In-Reply-To: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Vicente Vera Cc: Guix-devel 2015-09-21 2:45 GMT+08:00 Vicente Vera : > Hello. > > After running 'guix pull' (as root) with a fresh binary installation > directory ~root/.config/guix/ was created, which contains a "latest" > symlink pointing to /gnu/store/...-guix-latest/. > > Since I work as a regular user, I noticed that Guix wasn't picking up > changes from the updated distribution. Creating a ~luser/.config/guix/ > directory with the same "latest" symlink solved the problem. Now after > every 'guix pull' I have to manually update the symlink. Yes, by this way, every user can manage his own guix packages distro. And I have symlink both to a git checkout of guix. > > I was wondering if the ~/.config/guix/ directory is used for something > else apart from the case described above. I can't find other thing, but only `latest'. > > On another note, what's the appropiate, Guix-y way of storing > configuration files such as dotfiles, etc. (to be read by Guix > installed programs) when using Guix atop another GNU/Linux distro? Guix doesn't have any tricks for those files now.