From baace30597a28aa62723a8e6ca5f42d621b3a4d6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 31 Oct 2024 07:37:47 -0700 Subject: [PATCH] Remove oni guix channel dependency It's easier to put these packages directly in my configuration rather than keep them in a separate repository. This will likely break some things. --- oni/home/config/common.scm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm index 3beb3f6..594638c 100644 --- a/oni/home/config/common.scm +++ b/oni/home/config/common.scm @@ -219,14 +219,6 @@ LocalForward 2812 localhost:2812")) (simple-service 'my-channel-service home-channels-service-type (list - (channel - (name 'oni) - (url "git://ryuslash.org/guix-packages.git") - (introduction - (make-channel-introduction - "646573578b7adfbff415645fed201269076cebf6" - (openpgp-fingerprint - "061C C5C4 D936 C9A8 AECC 1A17 7D5C 407B 4350 25C1")))) (channel (name 'nonguix) (url "https://gitlab.com/nonguix/nonguix")