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.
This commit is contained in:
Tom Willemse 2024-10-31 07:37:47 -07:00
parent c21a3aa725
commit baace30597

View file

@ -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")