From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Pribyl Subject: Re: GNU Guix 0.7 released Date: Sun, 27 Jul 2014 14:26:26 +0200 (CEST) Message-ID: References: <87egx9vrnh.fsf@inria.fr> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBNX6-0005ZI-VU for guix-devel@gnu.org; Sun, 27 Jul 2014 08:26:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBNX2-00040J-5Z for guix-devel@gnu.org; Sun, 27 Jul 2014 08:26:32 -0400 Received: from sandbox.cz ([87.236.197.188]:47728 helo=mx.sandbox.cz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBNX1-0003zN-VO for guix-devel@gnu.org; Sun, 27 Jul 2014 08:26:28 -0400 Received: from localhost (localhost [127.0.0.1]) by sandbox.cz (Postfix) with ESMTP id 15DA438221 for ; Sun, 27 Jul 2014 14:26:26 +0200 (CEST) In-Reply-To: <87egx9vrnh.fsf@inria.fr> 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 Cc: guix-devel@gnu.org Thanks for the release. It works very good. Few questions: - Why "guix package -I" shows me for newly installed system nothing - no packages installed? It shows just additionally installed ones. - How should I add may own services, or add something like sshd? I've read the doc so far, I may add my own service after installing openssh or lsh but the chapter http://www.gnu.org/software/dmd/manual/html_node/Service-Examples.html#Service-Examples "needs a lot of work". What I am suprised there is not a service file already present in the package. Or am I looking just at the wrong place? - How should one work with /gnu/store to find something fast while it is not sorted by package name but hash name. Would it be possible to do something like symlinks bash->ddlkjfalfjlflkjdf...-bash-4.3 in the store or somewhere, or is this a nonsence?