From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kJatCIKQMV95SgAA0tVLHw (envelope-from ) for ; Mon, 10 Aug 2020 18:22:58 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id iBGPBIKQMV9dBwAAB5/wlQ (envelope-from ) for ; Mon, 10 Aug 2020 18:22:58 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id ADEC89402CC for ; Mon, 10 Aug 2020 18:22:57 +0000 (UTC) Received: from localhost ([::1]:38006 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5CRk-0003wP-Fj for larch@yhetil.org; Mon, 10 Aug 2020 14:22:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k59CE-0000CV-RU for guix-devel@gnu.org; Mon, 10 Aug 2020 10:54:42 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:60177) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k59CC-0002uo-E0 for guix-devel@gnu.org; Mon, 10 Aug 2020 10:54:42 -0400 Received: from neinpad (unknown [5.18.240.65]) (Authenticated sender: mail@davie.li) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 620FD100007; Mon, 10 Aug 2020 14:54:34 +0000 (UTC) References: <20200810103658.swmptuhdfv4w2why@thebird.nl> User-agent: mu4e 1.4.12; emacs 27.0.91 From: David Dashyan To: Pjotr Prins Subject: Re: Guix containers 'advertised' in git repos In-reply-to: <20200810103658.swmptuhdfv4w2why@thebird.nl> Date: Mon, 10 Aug 2020 17:53:36 +0300 Message-ID: <87imdq1rin.fsf@davie.li> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.178.231; envelope-from=mail@davie.li; helo=relay11.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/10 10:54:35 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 10 Aug 2020 13:42:56 -0400 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: xtSIn7+PDbC7 Hi! We do the same thing, kind of, but due to our CLA restrictions we have everything in separate repository. https://github.com/ipdb/bigchaindb-guix I've named the file "activate" which is python's idiom taken from virtualenv. And it creates persistent dev environment in ".genv" directory (maybe .guix-profile is a better name). It would be cool to have an naming conventions in place, the only problem I see here is that guix is capable of so much stuff it is hard to predict ways people are going to be using it. -- David aka zzappie