aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: 22b2a80b0530d5d0a6c656cbd6ce55be305b6793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#+TITLE: My Guix Packages

To use this channel (although I don’t see why you would want to) add the following channel to your =channels.scm=:

#+begin_src scheme
  (channel
     (name 'oni)
     (url "https://code.ryuslash.org/ryuslash/guix-packages.git")
     (introduction
      (make-channel-introduction
       "646573578b7adfbff415645fed201269076cebf6"
       (openpgp-fingerprint
        "061C C5C4 D936 C9A8 AECC  1A17 7D5C 407B 4350 25C1"))))
#+end_src