diff options
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel index 05e0512..f1b6e45 100644 --- a/.guix-channel +++ b/.guix-channel @@ -2,6 +2,15 @@ (version 0) (dependencies (channel + (name 'guix-forge) + (url "https://git.systemreboot.net/guix-forge/") + (branch "main") + (introduction + (make-channel-introduction + "0432e37b20dd678a02efee21adf0b9525a670310" + (openpgp-fingerprint + "7F73 0343 F2F0 9F3C 77BF 79D3 2E25 EE8B 6180 2BB3")))) + (channel (name guix-past) (url "https://gitlab.inria.fr/guix-hpc/guix-past") (introduction |