Go to file
Efraim Flashner 76ac62c2c7
dfsg-contrib: tailscale-bin: Update to 1.66.4.
2024-05-26 09:07:32 +03:00
dfsg dfsg-contrib: tailscale-bin: Update to 1.66.4. 2024-05-26 09:07:32 +03:00
wip Fix use of go-github-com-syndtr-goleveldb 2024-05-23 09:04:19 +03:00
.gitignore
.guix-authorizations
.guix-channel
COPYING
README.md
gitea-patch-makefile.patch

README.md

Build Status

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
            "4589296d61888fa88de331d5e180713c6a268c6f"
            (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.