describe: Canonicalize the profile.
Fixes a regression introduced in
795d430d90
whereby 'guix describe' would
no longer display the generation number of ~/.config/guix/current.
* guix/scripts/describe.scm (guix-describe): Call 'canonicalize-profile'.
This commit is contained in:
parent
89f9df6cfd
commit
e0caff9ed0
|
@ -158,4 +158,4 @@ in the format specified by FMT."
|
|||
(#f
|
||||
(display-checkout-info format))
|
||||
(profile
|
||||
(display-profile-info profile format))))))
|
||||
(display-profile-info (canonicalize-profile profile) format))))))
|
||||
|
|
Loading…
Reference in New Issue