From a2de373e01093d51ee9eb600275c7f437f1f7a29 Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Wed, 26 Nov 2025 20:46:10 +0200 Subject: [PATCH] =?UTF-8?q?Lis=C3=A4=C3=A4=20tieto=20testatusta=20Guix-ver?= =?UTF-8?q?siosta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- channels.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 channels.scm diff --git a/channels.scm b/channels.scm new file mode 100644 index 0000000..94d480f --- /dev/null +++ b/channels.scm @@ -0,0 +1,11 @@ +(list (channel + (name 'guix) + (url "https://git.guix.gnu.org/guix.git") + (branch "master") + (commit + "3a7556ccb6eb02771a9dac63504473d32d24e6f3") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))