From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sBhLHlODw17qTwAA0tVLHw (envelope-from ) for ; Tue, 19 May 2020 06:57:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id aKk4GlODw15QAgAA1q6Kng (envelope-from ) for ; Tue, 19 May 2020 06:57:23 +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 042A7940712 for ; Tue, 19 May 2020 06:57:23 +0000 (UTC) Received: from localhost ([::1]:40858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jawBl-0005p5-Jg for larch@yhetil.org; Tue, 19 May 2020 02:57:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40388) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1javlg-0004j3-Es for help-guix@gnu.org; Tue, 19 May 2020 02:30:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45357) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1javlf-0005CO-29; Tue, 19 May 2020 02:30:23 -0400 Received: from [2a01:e0a:fa:a50:7004:8043:e0bd:6eda] (port=34032 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1javle-00007u-Ic; Tue, 19 May 2020 02:30:22 -0400 From: Mathieu Othacehe To: Pierre Neidhardt Subject: Re: Guix closure size of a system? References: <871rngjvjn.fsf@ambrevar.xyz> Date: Tue, 19 May 2020 08:30:20 +0200 In-Reply-To: <871rngjvjn.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 19 May 2020 08:19:56 +0200") Message-ID: <87r1vgtp1f.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Tue, 19 May 2020 02:56:25 -0400 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: d//iSnyY6i1l Hello Pierre, > Is there a way to calculate the closure size of a system (as generated > by guix system reconfigure config.scm)? Yes, you can pass '-d' to 'guix system' to get the matching derivation. Then you can pass this derivation to 'guix size'. Mathieu