On Thu, 28 Nov 2019 at 09:34, Ludovic Courtès wrote:
> Yes, I think we should close this issue and create a new one about
> tagging Guix revisions/channel instances.
done. :-)
Hello!
zimoun skribis:
> You wrote:
>
> git clone …/guix.git my-pinned-guix
> (cd my-pinned-guix; git checkout deadbeef)
> guix package -L my-pinned-guix --manifest=my-manifest.scm
>
>
> which is now possible with
>
> guix pull --commit=deadbeef
> guix package -m my-manifest.scm
>
> Mo
Hi Ludo,
The bug [1] describes a wishlist about pinning Guix version. I think
it is almost done.
[1] http://issues.guix.gnu.org/issue/22017
You wrote:
--8<---cut here---start->8---
git clone …/guix.git my-pinned-guix
(cd my-pinned-guix; git checkout dead