From cc9a267ed48680f3cb7319f6c1fa5d6f6800b4b7 Mon Sep 17 00:00:00 2001 From: TakeV Date: Tue, 18 Apr 2023 17:41:25 -0700 Subject: [PATCH] Initial channel creation --- .guix-authorizations | 4 ++++ .guix-channel | 2 ++ 2 files changed, 6 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..fa5ac98 --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,4 @@ +(authorizations + (version 0) + (("1086 326D E207 068C 1C02 5129 A64F 4134 5C74 00AF" + (name "TakeV")))) diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..d0cb4f5 --- /dev/null +++ b/.guix-channel @@ -0,0 +1,2 @@ +(channel + (version 0))