summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-16 18:09:57 +0300
committerThanos Apollo <[email protected]>2024-06-16 18:09:57 +0300
commit08d4fbe205f272eaa889a77197f7157e5ba80668 (patch)
treeb9babd913b39a9b73f87667fee0c534d587e8ab7 /guix
parentb37646a2915d2962d6aeb117936d75b906cc4ac0 (diff)
guix:(channels) style & remove dwl-guile
Diffstat (limited to 'guix')
-rw-r--r--guix/channels.scm11
1 files changed, 1 insertions, 10 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index 0a8ba6b..db2a295 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -1,7 +1,7 @@
(cons* (channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
- (introduction
+ (introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
@@ -15,13 +15,4 @@
"7677db76330121a901604dfbad19077893865f35"
(openpgp-fingerprint
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
- (channel
- (name 'home-service-dwl-guile)
- (url "https://github.com/engstrand-config/home-service-dwl-guile")
- (branch "main")
- (introduction
- (make-channel-introduction
- "314453a87634d67e914cfdf51d357638902dd9fe"
- (openpgp-fingerprint
- "C9BE B8A0 4458 FDDF 1268 1B39 029D 8EB7 7E18 D68C"))))
%default-channels)