From b807c465ec2a9b24a9f522f471d46943d6d7725c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 19 Mar 2026 00:35:20 +0000 Subject: Make repo a Guix channel. --- .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 1.4.1