Pin Guix base channels in guix-tribes

This commit is contained in:
2026-04-01 17:51:33 +02:00
parent f611185d94
commit 9279c594fe
2 changed files with 14 additions and 3 deletions

View File

@@ -44,6 +44,5 @@ For pinned bootstrap usage, generate a `channels.scm` that combines upstream
Guix with this repository's current commit.
The deployment scripts default to the checked-in base-channel lock at
`../pins/base-channels.scm`, and only fall back to the current host's
`guix describe -f channels` output when that file is absent. Refresh that
lock intentionally with `scripts/update-base-channels-pin`.
`pins/base-channels.scm`. Refresh that lock intentionally with
`../guix-deploy/scripts/update-base-channels-pin`.

12
pins/base-channels.scm Normal file
View File

@@ -0,0 +1,12 @@
(list (channel
(name 'guix)
(url "https://git.teralink.net/tribes/guix.git")
(branch "master")
;; Guix v1.5.0
(commit
"230aa373f315f247852ee07dff34146e9b480aec")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))