~ruther/yosys-sim-testing

ref: 74fa352c9d0aa60c75c7cce0e09cadd345a44e44 yosys-sim-testing/channels.scm -rw-r--r-- 618 bytes
74fa352c — Rutherther Initial commit a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(cons*
 (channel
  (name 'guix-science)
  (url "https://codeberg.org/guix-science/guix-science")
  (branch "master")
  (introduction
   (make-channel-introduction
    "b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
    (openpgp-fingerprint
     "CA4F 8CF4 37D7 478F DA05  5FD4 4213 7701 1A37 8446"))))
 (channel
  (name 'electronics)
  (url "https://git.sr.ht/~csantosb/guix.channel-electronics")
  (branch "main")
  (introduction
    (make-channel-introduction
      "ba1a85b31202a711d3e3ed2f4adca6743e0ecce2"
      (openpgp-fingerprint
        "DA15 A1FC 975E 5AA4 0B07  EF76 F1B4 CAD1 F94E E99A"))))
 %default-channels)
Do not follow this link