No description
Find a file
Efraim Flashner e866dcc4e6
README: Remove travis-ci banner
I don't remember when I stopped building packages there for testing...
2024-12-11 11:00:58 +02:00
dfsg dfsg-contrib: tailscale: Update to 1.78.1. 2024-12-06 12:03:52 +02:00
wip wip: gotosocial: Use newer go libraries 2024-12-01 11:31:33 +02:00
.gitignore update gitignore 2019-12-02 10:24:52 +02:00
.guix-authorizations Actually do channel authentication 2020-11-05 11:42:24 +02:00
.guix-channel Actually do channel authentication 2020-11-05 11:42:24 +02:00
COPYING add License 2016-02-01 21:10:57 +02:00
gitea-patch-makefile.patch wip: gitea: install page loads 2022-01-09 15:46:11 +02:00
README.md README: Remove travis-ci banner 2024-12-11 11:00:58 +02:00

Efraim's Guix Channel

A collection of custom Guix packages that aren't (yet) suitable for submission upstream.

Usage

This channel can be installed as a Guix channel. To do so, add it to '~/.config/guix/channels.scm':

  (cons* (channel
          (name 'efraim-dfsg)
          (url "https://git.sr.ht/~efraim/my-guix")
          ;; Enable signature verification:
          (introduction
           (make-channel-introduction
            "61c9f87404fcb97e20477ec379b643099e45f1db"
            (openpgp-fingerprint
             "A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351"))))
   %default-channels)

Then run 'guix pull'.

The packages in this repo will take precedence over those in the official distribution.