Go to file
Raghav Gururajan b413ddf068
packages: st-custom: Update patches.
2022-02-12 08:23:04 -05:00
rg packages: st-custom: Update patches. 2022-02-12 08:23:04 -05:00
.gitignore Initialize channel. 2021-12-20 09:29:14 -05:00
.guix-authorizations Initialize channel. 2021-12-20 09:29:14 -05:00
.guix-channel Initialize channel. 2021-12-20 09:29:14 -05:00
COPYING Add license. 2021-12-20 09:40:59 -05:00
README.md Add README. 2021-12-20 11:03:53 -05:00

README.md

Guix Channel

Custom definitions for Guix.

Usage

Try-out

Clone this repository and load its modules using Guix's load-path.

git clone https://git.sr.ht/~raghavgururajan/guix-channel

guix command --load-path=path-to-repository package-name

Subscription

Add this channel to your list of guix channels located at $HOME/.config/guix/channels.scm.

(append
 (list
  (channel
   (name 'rg)
   (url "https://git.sr.ht/~raghavgururajan/guix-channel")
   (introduction
    (make-channel-introduction
     "b56a4dabe12bfb1eed80467f48d389b32137cb60"
     (openpgp-fingerprint
      "CD2D 5EAA A98C CB37 DA91  D6B0 5F58 1664 7F8B E551")))))
 %default-channels)

Run guix pull to sync the channel's modules with your store.

License

GPL-3.0-or-later. See COPYING.