summaryrefslogtreecommitdiff
path: root/systems/izumi/channels.scm
blob: 2fd0d3889a79d94a2497b17a57873bb6adfd6994 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(define-module (systems izumi channels)
  #:use-module (guix channels))

(append
 %default-channels
 (list
  (channel
   (introduction
    (make-channel-introduction
     "c24ce7cb11e74da13d491f9de3c4b7040a069f43"
     (openpgp-fingerprint "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F")))
   (name 'channel)
   (url "https://git.marekpasnikowski.pl/git/channel.git"))
  (channel
   (introduction
    (make-channel-introduction
     "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
     (openpgp-fingerprint "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))
   (name 'nonguix)
   (url "https://gitlab.com/nonguix/nonguix"))
  (channel
   (name 'secrets)
   (url "file:///home/marek/Dokumenty/secrets"))))