From 1437bd3cc92a309a74bcc830b15f85024f00e9ee Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 10 Jun 2022 14:55:41 +0530 Subject: Depend on specific commit of Guix upstream. * .guix-channel: Depend on specific commit of Guix upstream. * README.org: Update recommended channels.scm and explain dependence on specific commit. --- .guix-channel | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.guix-channel') diff --git a/.guix-channel b/.guix-channel index fce5365..fc75d86 100644 --- a/.guix-channel +++ b/.guix-channel @@ -8,4 +8,14 @@ (make-channel-introduction "0c119db2ea86a389769f4d2b9c6f5c41c027e336" (openpgp-fingerprint - "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5")))))) + "3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5")))) + (channel + (name guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (branch "master") + (commit "f1ec2d676df9822c3b74acf236f96011784a8642") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))) -- cgit v1.2.3