diff options
| author | 2024-10-31 07:37:47 -0700 | |
|---|---|---|
| committer | 2024-10-31 07:37:47 -0700 | |
| commit | baace30597a28aa62723a8e6ca5f42d621b3a4d6 (patch) | |
| tree | 179429440812eb4c03329c2bdb4f2e3a12ad7838 /oni/home/config | |
| parent | c21a3aa725b98ff5d742d53ef28d86e34e3c492b (diff) | |
| download | new-dotfiles-baace30597a28aa62723a8e6ca5f42d621b3a4d6.tar.gz new-dotfiles-baace30597a28aa62723a8e6ca5f42d621b3a4d6.zip | |
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.
Diffstat (limited to 'oni/home/config')
| -rw-r--r-- | oni/home/config/common.scm | 8 |
1 files changed, 0 insertions, 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 @@ -220,14 +220,6 @@ LocalForward 2812 localhost:2812")) 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") ;; Enable signature verification: |
