From bc976d48ee7447a7a7a6d4e77563f8d05e993d1d Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 6 Oct 2023 20:17:24 -0400 Subject: [PATCH] authorization and channel --- .guix-authorizations | 6 ++++++ .guix-channel | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .guix-authorizations create mode 100644 .guix-channel diff --git a/.guix-authorizations b/.guix-authorizations new file mode 100644 index 0000000..70b2832 --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,6 @@ + +(authorizations + (version 0) + (("4F6B C11C EBB2 F242 14B9 0FAC 9FF6 937B 829E 565A" + (name "freya")))) + diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..1703a9e --- /dev/null +++ b/.guix-channel @@ -0,0 +1,13 @@ +(channel + (version 0) + (dependencies + (channel + (name 'nonguix) + (url "https://gitlab.com/nonguix/nonguix") + (branch "master") + (introduction + (version 0) + (commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc") + (signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) + (keyring-reference "keyring") + (url "https://git.stationery.faith/stationery-society/stationery-guix"))