blob: 3276ada963b4b4e1a1dc9e5bf82299b078931703 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;; Add variant packages to those Guix provides.
(cons (channel
(name 'variant-packages)
(url "https://github.com/engstrand-config/home-service-dwl-guile")
(branch "main")
(introduction
(make-channel-introduction
"314453a87634d67e914cfdf51d357638902dd9fe"
(openpgp-fingerprint
"C9BE B8A0 4458 FDDF 1268 1B39 029D 8EB7 7E18 D68C"))))
%default-channels)
|