From 8187a45c313805717ada5a41ca4960b015113ef3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 29 Aug 2023 22:24:34 -0700 Subject: Add nonguix channel explicitly My configuration depends on some nonguix packages and having it be only a transient dependency through guix gaming channel means that when I disabled the gaming channel because it was broken, it broke my configuration because it also removed the nonguix channel from my configuration. --- oni/home/config/rincewind.scm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'oni') diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index a36b84b..9879bef 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -285,6 +285,15 @@ "646573578b7adfbff415645fed201269076cebf6" (openpgp-fingerprint "061C C5C4 D936 C9A8 AECC 1A17 7D5C 407B 4350 25C1")))) + (channel + (name 'nonguix) + (url "https://gitlab.com/nonguix/nonguix") + ;; Enable signature verification: + (introduction + (make-channel-introduction + "897c1a470da759236cc11798f4e0a5f7d4d59fbc" + (openpgp-fingerprint + "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) (channel (name 'guix-gaming-games) (url "https://gitlab.com/guix-gaming-channels/games.git") -- cgit v1.2.3-54-g00ecf