> guix graph -t derivation $(guix system build -d config.scm) Thanks!
> ‘dot’ 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.