From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Graph an operating-system derivation Date: Sat, 3 Sep 2016 15:48:34 +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]:59225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgBJK-0006sK-Vg for guix-devel@gnu.org; Sat, 03 Sep 2016 09:48:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgBJF-00049m-VL for guix-devel@gnu.org; Sat, 03 Sep 2016 09:48:42 -0400 Received: from mail-yw0-x235.google.com ([2607:f8b0:4002:c05::235]:35374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgBJE-00049S-Ot for guix-devel@gnu.org; Sat, 03 Sep 2016 09:48:37 -0400 Received: by mail-yw0-x235.google.com with SMTP id j12so85048273ywb.2 for ; Sat, 03 Sep 2016 06:48:35 -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'm trying to view the graph of an entire operating-system. I don't know yet if it's too complicated to actually produce something useful :) This is what I tried: guix graph -e '((@ (gnu system) operating-system-derivation) ((@ (guix scripts system) read-operating-system) "gnu/system/examples/bare-bones.tmpl"))' But it fails with "doesn't evaluate to a package". Is there a simple way to do this / a feature that's generally useful? Thanks, David