Files
self cee8f6c3d8 build: add Guix dev shell
Add a repo-local Guix development manifest and time-machine wrapper, and teach direnv to use Guix when devenv is unavailable while loading the normal supertest environment.
2026-06-01 15:18:37 +02:00

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
"9d56a5ca598e2d6414dfa5b6e8a3ffacc1fb2fe2")
(introduction
(make-channel-introduction
"607c69a5c1662acca07ad72c3e18646c73500856"
(openpgp-fingerprint
"6688 9153 C51C 4613 A493 A525 2F0D FD14 EF99 DAC3")))))