Add example channels.scm

This commit is contained in:
TakeV 2023-07-08 22:37:20 -07:00
parent ac646b6ae6
commit 1ed36e0d17
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
3 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Utilities to make programming with guix feel like ~magic~.
* Install
Currently, the only way to install is with guix. Add this repo as a channel:
Currently, the only way to install is with guix. Add this repo as a channel to your channels.scm:
#+BEGIN_SRC scheme
(channel

12
channels.scm Normal file
View File

@ -0,0 +1,12 @@
; Example channnels.scm.
; This file can also be passed as a -C parameter to guix pull/time-machine
(cons (channel
(name 'guix-cantrips)
(url "https://git.solarpunk.moe/TakeV/guix-cantrips.git")
(branch "main")
(introduction
(make-channel-introduction "eae81890ad657de402acd7e2013f4f02376a7bf0"
(openpgp-fingerprint
"1086 326D E207 068C 1C02 5129 A64F 4134 5C74 00AF"))))
%default-channels)

View File

@ -12,7 +12,7 @@
(dependencies
`(("guile-git" ,guile-git)
("guile-config" ,guile-config)))
(skip (".envrc"))
(skip (".envrc" "channels.scm"))
(files (libraries
((directory
"guix-cantrips"