Le 12 juillet 2020 07:10:06 GMT-04:00, Tobias Geerinckx-Rice <[email protected]> a écrit : >zimoun 写道: >> You could be interested by "guix graph --path" which returns the >> shortest path (graph meaning) from package A to package PHP. > >I love this feature but it only works between high-level packages. > >Is there an equivalent (say): > > λ guix graph --path /run/current-system/profile php > >? > >Kind regards, > >T G-R
Try guix graph --path -t references `readlink -f /run/current-system` php
