From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Graph an operating-system derivation Date: Sat, 3 Sep 2016 17:13:16 +0200 Message-ID: References: <87shthjboh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgCdK-0005Kl-CL for guix-devel@gnu.org; Sat, 03 Sep 2016 11:13:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgCdE-0001RF-57 for guix-devel@gnu.org; Sat, 03 Sep 2016 11:13:25 -0400 Received: from mail-yw0-x22e.google.com ([2607:f8b0:4002:c05::22e]:35868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgCdC-0001Qz-UP for guix-devel@gnu.org; Sat, 03 Sep 2016 11:13:20 -0400 Received: by mail-yw0-x22e.google.com with SMTP id d130so58013815ywc.3 for ; Sat, 03 Sep 2016 08:13:17 -0700 (PDT) In-Reply-To: <87shthjboh.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel > guix graph -t derivation $(guix system build -d config.scm) Thanks! > =E2=80=98dot=E2=80=99 takes ages to process it and the result is too big = to be of any > use (it might be less bad with use an interactive graph navigation tool > like Tulip). Yes, guix graph produces the output for 24032 boxes... > What info would you like to see on the graph? Just trying to better understand how guix works. I wanted to find out where the locale-2.24.drv comes from, but I found it (it's in gnu/system/locale.scm obviously :) Maybe guix edit could also work for derivations? It's nice to be able to find the source that created/caused the derivation.