Kirjaa testattu Guix-versio channels.scm-tiedostoon

This commit is contained in:
Saku Laesvuori 2025-07-21 10:00:43 +03:00
parent a793f51192
commit bf06f917a6
Signed by: slaesvuo
GPG Key ID: 257D284A2A1D3A32

11
channels.scm Normal file
View File

@ -0,0 +1,11 @@
(list (channel
(name 'guix)
(url "https://git.guix.gnu.org/guix.git")
(branch "master")
(commit
"502ad9da2a7da064aef6a6dcdada3c92ae90aa72")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))