From 4c07ce11bcdd09df389f039e51768d6f37aa0a10 Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Wed, 24 Jan 2024 19:44:24 +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..eedf834 --- /dev/null +++ b/channels.scm @@ -0,0 +1,11 @@ +(list (channel + (name 'guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (branch "master") + (commit + "ee0cf3b9ff4cd5a9d3637d09677195ea9ee1a8c0") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))