From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47373) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhL1t-0003fR-7B for guix-patches@gnu.org; Sat, 29 Jun 2019 17:37:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhL1s-0005So-DG for guix-patches@gnu.org; Sat, 29 Jun 2019 17:37:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59674) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hhL1s-0005Ru-61 for guix-patches@gnu.org; Sat, 29 Jun 2019 17:37:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hhL1s-00058H-27 for guix-patches@gnu.org; Sat, 29 Jun 2019 17:37:04 -0400 Subject: [bug#36404] [PATCH 4/6] Export the (gnu machine) interface. Resent-Message-ID: References: <87o92ianbj.fsf@sdf.lonestar.org> <87imsqan66.fsf@sdf.lonestar.org> <87ef3ean4i.fsf_-_@sdf.lonestar.org> <87a7e2an3h.fsf_-_@sdf.lonestar.org> <875zoqan2e.fsf_-_@sdf.lonestar.org> From: Christopher Lemmer Webber In-reply-to: <875zoqan2e.fsf_-_@sdf.lonestar.org> Date: Sat, 29 Jun 2019 17:36:58 -0400 Message-ID: <87imsokr9h.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36404@debbugs.gnu.org Jakob L. Kreuze writes: > This is so machine declarations can have a simple (use-modules (gnu)) > rather than having to import the machine module explicitly. +1