guix-channel

A channel for the Guix package manager

git clone https://git.8pit.net/guix-channel.git

 1## README
 2
 3A channel for the [Guix] package manager.
 4
 5## Usage
 6
 7Add the following to your `channels.scm`, refer to the [Guix manual][guix channels] for more details:
 8
 9	(channel
10	  (name 'nmeum)
11	  (url "https://github.com/nmeum/guix-channel.git")
12	  (introduction
13	   (make-channel-introduction
14	    "808a00792c114c5c1662e8b1a51b90a2d23f313a"
15	    (openpgp-fingerprint
16	     "514E 833A 8861 1207 4F98  F68A E447 3B6A 9C05 755D"))))
17
18## License
19
20This program is free software: you can redistribute it and/or modify it
21under the terms of the GNU General Public License as published by the
22Free Software Foundation, either version 3 of the License, or (at your
23option) any later version.
24
25This program is distributed in the hope that it will be useful, but
26WITHOUT ANY WARRANTY; without even the implied warranty of
27MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
28Public License for more details.
29
30You should have received a copy of the GNU General Public License along
31with this program. If not, see <https://www.gnu.org/licenses/>.
32
33[Guix]: https://guix.gnu.org
34[guix channels]: https://guix.gnu.org/en/manual/devel/en/guix.html#Channels