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:
parent
c21a3aa725
commit
baace30597
1 changed files with 0 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue