From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Document GUIX_LOAD_PATH? Date: Wed, 18 Dec 2019 14:17:16 +0100 Message-ID: References: <87pnglj2ka.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:32934) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihZCj-000714-W0 for guix-devel@gnu.org; Wed, 18 Dec 2019 08:17:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihZCi-0001gK-Bt for guix-devel@gnu.org; Wed, 18 Dec 2019 08:17:29 -0500 Received: from mail-qt1-x833.google.com ([2607:f8b0:4864:20::833]:46381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ihZCi-0001cZ-5t for guix-devel@gnu.org; Wed, 18 Dec 2019 08:17:28 -0500 Received: by mail-qt1-x833.google.com with SMTP id 38so1866898qtb.13 for ; Wed, 18 Dec 2019 05:17:28 -0800 (PST) In-Reply-To: <87pnglj2ka.fsf@ambrevar.xyz> 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" To: Pierre Neidhardt Cc: Guix Devel Hi Pierre, On Wed, 18 Dec 2019 at 12:28, Pierre Neidhardt wrote: > Today I learned about the existence of GUIX_LOAD_PATH. It does not seem > to be documented in the manual. Is it anywhere in the doc? Shall we > document it? It can be documented in devel pages., maybe Contributing. But IMHO, the normal use should be via the --load-path option and the GUIX_LOAD_PATH should be less and less used; stay here for historical reason and/or backward compatibility and/or some devel use-case. Well, for discoverability, it appears to me easier to list an option with "guix --help" than list environment variables. All the best, simon