diff options
author | EuAndreh <eu@euandre.org> | 2024-12-31 12:07:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-31 12:07:56 -0300 |
commit | f847964822ab41ddd019284e0315c6e5a188572f (patch) | |
tree | b8b3a7dfdfb88f98ff70270b0153252e6b629dda | |
parent | etc/guix/home.scm: Add "freetype" package (diff) | |
download | dotfiles-f847964822ab41ddd019284e0315c6e5a188572f.tar.gz dotfiles-f847964822ab41ddd019284e0315c6e5a188572f.tar.xz |
etc/guix/channels.scm: Add 'the-dam channel
For things like inferno (32-bit only) and plan9port.
-rw-r--r-- | etc/guix/channels.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/guix/channels.scm b/etc/guix/channels.scm index 79114a9..a9700da 100644 --- a/etc/guix/channels.scm +++ b/etc/guix/channels.scm @@ -10,6 +10,10 @@ (openpgp-fingerprint "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060")))) (channel + (name 'the-dam) + (url "https://gitlab.com/edouardklein/guix") + (branch "beaverlabs")) + (channel (name 'nonguix) (url "https://gitlab.com/nonguix/nonguix") (introduction |