From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: substitutes mirror of 0.9.0 packages Date: Sun, 20 Dec 2015 15:31:11 -0500 Message-ID: <20151220203111.GA13535@jasmine> References: <5673D0EE.1010107@gmx.net> <5676AB85.2090702@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAkdQ-0001Qd-U6 for guix-devel@gnu.org; Sun, 20 Dec 2015 15:31:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAkdN-0005Hc-Mr for guix-devel@gnu.org; Sun, 20 Dec 2015 15:31:16 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:32778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAkdN-0005HV-GA for guix-devel@gnu.org; Sun, 20 Dec 2015 15:31:13 -0500 Content-Disposition: inline In-Reply-To: <5676AB85.2090702@gmx.net> 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: Florian Paul Schmidt Cc: guix-devel@gnu.org On Sun, Dec 20, 2015 at 02:22:13PM +0100, Florian Paul Schmidt wrote: > > > On 12/18/2015 10:25 AM, Florian Paul Schmidt wrote: > >http://fps.io:9999 > > > >The public key is: > > > >(public-key > > (ecc > > (curve Ed25519) > > (q #AFF68C4E099401E85BE2D7375C1DB5E8A29F1DB83299038122AF5C0984099CF8#) > > ) > > ) > > In case you wondered about how to use this (which I just only found out > myself ;)): > > Do > > $ sudo guix archive --authorize > > Then paste in the scheme expression for the key above and finish with > ctrl-d. After that you can use e.g. > > guix package -i boost --substitute-urls="http://fps.io:9999" The guix-daemon takes the argument "--substitute-urls", so you can also use it system-wide without extra typing. > > to install boost. Some more output of guix package might have been helpful > in discovering this (something along the line of "Yo, you passed me a > substituter URL but it haz no valid keyz dude!". And maybe even "Read the > fine manual, especially section so and so"). > > Flo > > P.S.: Right now this seems to be a global thing. I had to authorize the key > system wide. Is there a way to do it per user? Or even per user profile? >