~droyo/guix-channel

Definitions for guix
prevent guix pull from trying to process example
Add generic support for lower-able objects, with example.

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~droyo/guix-channel
read/write
git@git.sr.ht:~droyo/guix-channel

You can also use your local clone with git send-email.

To add this channel to your guix, put the following in
~/.config/guix/channels.scm:

(cons* (channel
	    (name 'aqwari)
        (url "file:///src/dev.arroyo.cc/guix-channel")
        (introduction
         (make-channel-introduction
          "d8162adbd77ae8a1b129f2a4d5213c84dee2b1dc"
          (openpgp-fingerprint
           "A5D3 7797 27EB 5C3E 107E  7938 47DF EE31 B4F7 7BD2"))))
       %default-channels)

This Guix channel contains, or will contain, various packages
and extensions to guix that I use for managing my personal
servers.