From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Overlays Date: Fri, 30 Aug 2013 23:21:31 +0200 Message-ID: <878uzi27tw.fsf@gnu.org> References: <87vc2o4qwc.fsf@gnu.org> <87eh9c9sb8.fsf@gnu.org> <20130830160948.GB5927@kubera.inria.fr> <87bo4f3ric.fsf_-_@gnu.org> <87hae6nc50.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWDL-0006CC-JM for guix-devel@gnu.org; Fri, 30 Aug 2013 17:26:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFWDG-0005Kv-G1 for guix-devel@gnu.org; Fri, 30 Aug 2013 17:26:43 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:56059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFWDG-0005Kn-A2 for guix-devel@gnu.org; Fri, 30 Aug 2013 17:26:38 -0400 In-Reply-To: <87hae6nc50.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 31 Aug 2013 00:42:51 +0400") List-Id: 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: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: >> So I think Guix nearly supports overlays, no? :-) > > What do NixOS people mean by =E2=80=9Coverlay=E2=80=9D? Well, I don=E2=80=99t think that wiki page has much authority. ;-) =E2=80=9COverlay=E2=80=9D is not a term that is used in NixOS circles. My = guess is that the Ruby and Haskell overlays mentioned at are used by a single person, and I=E2=80=99m not sure what they do. > Is it a remote collection of recipes? Does NixOS allow to use them > without copying to the local storage (like =E2=80=98gnu/packages=E2=80=99= )? > > I believe that the question was about these issues. I=E2=80=99m not sure what the issues are. In Guix, third parties could distribute their own Guile modules that define packages. Guix would need a way to nicely deal with them at the command line, but otherwise it=E2=80=99s just Guile modules. Ludo=E2=80=99.