mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -158,4 +158,4 @@ (define (guix-describe . args)
|
|||
(#f
|
||||
(display-checkout-info format))
|
||||
(profile
|
||||
(display-profile-info profile format))))))
|
||||
(display-profile-info (canonicalize-profile profile) format))))))
|
||||
|
|
Loading…
Reference in a new issue