diff options
author | EuAndreh <eu@euandre.org> | 2023-10-08 08:26:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-25 12:14:34 -0300 |
commit | e406d80377858f37ce683163b2b0ce45e59cfe9f (patch) | |
tree | ac2a4ba2543cc1b2507e8aa57acfc039e71cf3c8 /src/guix/channels.scm | |
parent | Initial empty commit (diff) | |
download | asami-e406d80377858f37ce683163b2b0ce45e59cfe9f.tar.gz asami-e406d80377858f37ce683163b2b0ce45e59cfe9f.tar.xz |
Init server infrastructure files
Diffstat (limited to 'src/guix/channels.scm')
-rw-r--r-- | src/guix/channels.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/guix/channels.scm b/src/guix/channels.scm new file mode 100644 index 0000000..16a9c7d --- /dev/null +++ b/src/guix/channels.scm @@ -0,0 +1,12 @@ +(append + (list + (channel + (name 'org-euandre) + (url "git://euandre.org/package-repository") + (branch "main") + (introduction + (make-channel-introduction + "d749e053e6db365069cb9b2ef47a78b06f9e7361" + (openpgp-fingerprint + "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060"))))) + %default-channels) |