From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D18FC138334 for ; Mon, 12 Nov 2018 22:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53ADBE0BB8; Mon, 12 Nov 2018 22:34:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0417AE0AC9 for ; Mon, 12 Nov 2018 22:34:33 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id F314E335D16 for ; Mon, 12 Nov 2018 22:34:29 +0000 (UTC) Subject: Re: [gentoo-dev] [PATCH] install-qa-check.d: Support QA{,_STRICT}_INSTALL_PATHS variables (bug 670902) To: gentoo-dev@lists.gentoo.org References: <20181112203344.611-1-zmedico@gentoo.org> <2f93eb4a-0fdf-ac1f-d40d-81a3b6a944e9@gentoo.org> <3260d441-53d5-3016-958a-d961af9f7ded@gentoo.org> From: Michael Orlitzky Message-ID: Date: Mon, 12 Nov 2018 17:34:27 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <3260d441-53d5-3016-958a-d961af9f7ded@gentoo.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 4d6fa53f-e01e-41b4-9c05-669444f08610 X-Archives-Hash: 7fafff03b3a38b254914257d36e03443 On 11/12/2018 04:06 PM, Zac Medico wrote: > On 11/12/18 12:57 PM, Michael Orlitzky wrote: >> On 11/12/2018 03:33 PM, Zac Medico wrote: >>> >>> QA_INSTALL_PATHS=( /nix ) >> >> That really, really, really doesn't belong there. > > I'm open to suggestions for alternatives. Ideas? > /var/lib/nix? The idea being, to put it in the right place by default, and let people override it with EXTRA_ECONF if they really want to download random binaries from strangers and run them.