From ca704ea1e6af7710effc34be55add8e55f77ae5d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 22 Aug 2024 11:52:09 +0100 Subject: Make repository a Guix channel. * .guix-authorizations, .guix-channel: New files. --- .guix-authorizations | 4 ++++ .guix-channel | 3 +++ 2 files changed, 7 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..a8ef8be --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,4 @@ +(authorizations + (version 0) + (("7F73 0343 F2F0 9F3C 77BF 79D3 2E25 EE8B 6180 2BB3" + (name "arunisaac")))) diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..35e181f --- /dev/null +++ b/.guix-channel @@ -0,0 +1,3 @@ +(channel + (version 0) + (directory ".guix")) -- cgit v1.2.3