You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
d0ba98f382
Add repo-local guix/channels.scm time-machine pins and a guix/guix-dev bootstrap wrapper. Update the Guix direnv path to use the pinned channel set.
25 lines
827 B
Scheme
25 lines
827 B
Scheme
(list
|
|
(channel
|
|
(name 'guix)
|
|
(url "https://git.teralink.net/tribes/guix-fork.git")
|
|
(branch "refactor/substituter-trace-framing")
|
|
;; guix-fork refactor/substituter-trace-framing
|
|
(commit
|
|
"83b0e7d44546968002fb0c0043004da4e9bedc0d")
|
|
(introduction
|
|
(make-channel-introduction
|
|
"093f27dde01cdbda68f2ec4b81e5a34ae180aab9"
|
|
(openpgp-fingerprint
|
|
"6688 9153 C51C 4613 A493 A525 2F0D FD14 EF99 DAC3"))))
|
|
(channel
|
|
(name 'tribes)
|
|
(url "https://git.teralink.net/tribes/guix-tribes.git")
|
|
(branch "master")
|
|
(commit
|
|
"99789706834d678fb37f2c6a972b78803d2a2cf2")
|
|
(introduction
|
|
(make-channel-introduction
|
|
"607c69a5c1662acca07ad72c3e18646c73500856"
|
|
(openpgp-fingerprint
|
|
"6688 9153 C51C 4613 A493 A525 2F0D FD14 EF99 DAC3")))))
|