From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: gexps Date: Tue, 30 Aug 2016 20:01:19 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1benLi-0007rS-2G for guix-devel@gnu.org; Tue, 30 Aug 2016 14:01:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1benLe-0001n8-TK for guix-devel@gnu.org; Tue, 30 Aug 2016 14:01:26 -0400 Received: from mail-yw0-x236.google.com ([2607:f8b0:4002:c05::236]:33869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1benLd-0001m9-M7 for guix-devel@gnu.org; Tue, 30 Aug 2016 14:01:22 -0400 Received: by mail-yw0-x236.google.com with SMTP id z8so16184840ywa.1 for ; Tue, 30 Aug 2016 11:01:20 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel Hi, I have a couple of questions: How do gexps relate to packages? Are they used in the package->bag->derivation process or is it just for writing services? gexp->script and gexp->file only dump text into the store. How can I make them ignore the system/target architectures?