From mboxrd@z Thu Jan 1 00:00:00 1970 From: cdelia@dc.uba.ar Subject: Generating System Definitions Date: Thu, 27 Dec 2018 16:45:41 -0300 Message-ID: <61df6f8ba68938dedca6aa50aaa8549d@dc.uba.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcbbO-0000nV-Ak for help-guix@gnu.org; Thu, 27 Dec 2018 14:45:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcbbK-0000Sq-Bb for help-guix@gnu.org; Thu, 27 Dec 2018 14:45:54 -0500 Received: from mta1.exactas.uba.ar ([157.92.32.131]:59521) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gcbbJ-0000Rk-TV for help-guix@gnu.org; Thu, 27 Dec 2018 14:45:50 -0500 Received: from antispam0.exactas.uba.ar (antispam0 [172.20.0.135]) by mta1.exactas.uba.ar (Postfix) with ESMTP id F3AAF80C29 for ; Thu, 27 Dec 2018 16:45:46 -0300 (-03) Received: from mta1.exactas.uba.ar ([172.20.0.131]) by antispam0.exactas.uba.ar (antispam0.exactas.uba.ar [172.20.0.135]) (amavisd-new, port 10024) with LMTP id s3FOyC6PMifq for ; Thu, 27 Dec 2018 16:45:44 -0300 (ART) Received: from webmail.dc.uba.ar (webmail.exactas.uba.ar [157.92.32.133]) (Authenticated sender: cdelia@dc.uba.ar) by mta1.exactas.uba.ar (Postfix) with ESMTPSA id A792980BCC for ; Thu, 27 Dec 2018 16:45:41 -0300 (-03) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi, There is a standard way to generate an exportable installer.scm from a specific generation? I installed guix a couple a weeks ago and I'm looking forward to replace my distro with guixSD. To do so, I'm slowly replacing the software that I use with those found on guix. The ones that aren't there will have to wait for someone (maybe myself) to add them. When I'm only using the base distro to boot, I'll switch, but for that I guess it would be cool to simple "export" the state of my machine to the new installation, with the proper 'merging' taking place. With merging I mean that the exported configuration will be a subset of the final full guixSD distro. It should not be a heavy task to do it by hand, but just in case; maybe somebody has it figure out. Thanks!