Guix channel for my personal packages.
Find a file
2024-12-01 14:21:24 +00:00
.guix-authorizations Add Guix channel and authorizations files. 2024-12-01 14:00:30 +00:00
.guix-channel Add channel introduction to readme 2024-12-01 14:21:24 +00:00
LICENSE Initial commit 2024-12-01 13:39:15 +00:00
README.md Add channel introduction to readme 2024-12-01 14:21:24 +00:00

guix-packages

Guix channel for my personal packages.

Using this channel

See Specifying Additional Channels.

Write ~/.config/guix/channels.scm to configure Guix to pull from this channel in addition to the defaults:

(cons (channel
       (version 0)
       (name 'ray1729)
       (url "https://forge.1729.org.uk/ray/guix-packages.git")
       (branch "main")
       (introduction
        (make-channel-introduction
         "e4656e91d3eec0d4d3a3f752badc4b8cea4b1502"
         (opengpg-fingerprint
          "2E19 CF82 55B6 A04D 5550  1F2C 043F 786C 4CD6 81B8"))))
      %default-channels)