my-guix/README.md

33 lines
939 B
Markdown
Raw Permalink Normal View History

2018-11-19 20:21:55 +01:00
[![Build Status](https://travis-ci.org/Millak/my-guix.svg?branch=master)](https://travis-ci.org/Millak/my-guix)
2020-08-16 10:58:36 +02:00
Efraim's Guix Channel
2016-01-04 13:32:09 +01:00
=====================
2020-08-16 10:58:36 +02:00
A collection of custom Guix packages that aren't (yet) suitable
for submission upstream.
2016-01-04 13:32:09 +01:00
Usage
-----
2020-08-16 10:58:36 +02:00
This channel can be installed as a
2020-08-16 11:03:22 +02:00
[Guix channel](https://www.gnu.org/software/guix/manual/en/html_node/Channels.html).
2020-08-16 11:04:09 +02:00
To do so, add it to '~/.config/guix/channels.scm':
2020-08-16 10:58:36 +02:00
2020-08-16 11:03:22 +02:00
```
2020-08-16 10:58:36 +02:00
(cons* (channel
(name 'efraim-dfsg)
(url "https://git.sr.ht/~efraim/my-guix")
;; Enable signature verification:
(introduction
(make-channel-introduction
2020-11-05 10:42:24 +01:00
"4589296d61888fa88de331d5e180713c6a268c6f"
2020-08-16 10:58:36 +02:00
(openpgp-fingerprint
"A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351"))))
%default-channels)
2020-08-16 11:03:22 +02:00
```
2016-01-04 13:32:09 +01:00
2020-08-16 11:03:22 +02:00
Then run 'guix pull'.
2016-01-04 13:32:09 +01:00
The packages in this repo will take precedence over those in the
official distribution.