Dear,

When debugging, I find really useful the command: "guix build -d package".

Is it possible to do the same on the resulting '/gnu/store/<path>'?

For example,

$ guix build hello
/gnu/store/kg9mirg6xbvzcp0a98v7326n1nvvwgsj-hello-2.10

$ guix build -d hello
/gnu/store/gknm68l0q893bpvyhcd4ccih1bmh0j87-hello-2.10.drv

Well, I would like to do something like that?

$ guix build -d /gnu/store/kg9mirg6xbvzcp0a98v7326n1nvvwgsj-hello-2.10
/gnu/store/gknm68l0q893bpvyhcd4ccih1bmh0j87-hello-2.10.drv

Does it make sense?


Currently, I am using a combination of "guix gc --list-dead |grep" or
"guix gc --list-live|grep".   But it is not really handy; especially
when there is several times the same package-version (with grafts).

Thank you in advance for any advice.

Best regards,
simon

Reply via email to