From 1b8a346406080d77948e609b60f56585a28da33f Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Tue, 8 Aug 2023 19:25:47 +0300 Subject: [PATCH] =?UTF-8?q?Lis=C3=A4=C3=A4=20tieto=20toimivaksi=20testatus?= =?UTF-8?q?ta=20Guix-versiosta?= 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..1da4fb1 --- /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 + "4547bc6fa3142dca77f7fc912368aeff31bd6e53") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))