* Pinning to a commit
@ 2024-05-01 15:16 Etienne Carichon via
0 siblings, 0 replies; only message in thread
From: Etienne Carichon via @ 2024-05-01 15:16 UTC (permalink / raw)
To: help-guix@gnu.org
Hi to the community,
For the last days, I study how guix works through the wonderfull guix manual, but there are still a few questions that come to my mind.
One of those questions is how channel pinning is supposed to work.
I want to run guix the from the latest commit, for development purpose, currently :
'e2ba58a67f8ebf1e9c0b1bc082db79ffae42a46f'
After a 'guix pull', when I call 'guix describe', it returns the following output :
<-------------------------------------------------------------->
Generation 2 May 01 2024 14:01:44 (current)
guix 7866294
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 7866294e32f1e758d06fce4e1b1035eca3a7d772
<-------------------------------------------------------------->
And this, even if my '${HOME}/.config/guix/channels.scm' is pinning the channel
the 'e2ba58a67f8ebf1e9c0b1bc082db79ffae42a46f' :
<-------------------------------------------------------------->
(list (channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"e2ba58a67f8ebf1e9c0b1bc082db79ffae42a46f")))
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
<-------------------------------------------------------------->
Am I missing something ?
Etienne Carichon
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-06 14:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01 15:16 Pinning to a commit Etienne Carichon via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.