help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: look up for Guix version installed


From: Tobias Geerinckx-Rice
Subject: Re: look up for Guix version installed
Date: Fri, 28 Oct 2022 20:10:05 +0200

Gottfried 写道:
I would like to have the numbers... guix 1.3.0-32

Right. That's what ‘guix --version’ should provide, but it's currently broken:

 λ guix --version
 guix (GNU Guix) 0

You can plug the commit given by ‘guix describe’ (or ‘guix system describe’, which can differ!) into a local Guix git checkout as a horrible work-around:

 λ guix describe
   […]
   guix 39e00f7
     […]
   commit: 39e00f7f6a0b80e95cf16970d201c786684e076a
 λ git clone https://git.savannah.gnu.org/git/guix.git
 λ cd guix
 λ git describe 39e00f7f6a0b80e95cf16970d201c786684e076a
v1.3.0-26871-g39e00f7f6a0 (your ‘32’ was just a bit optimistic :-)

I'm so sorry, but it technically does ‘work’…

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]