From 41ab79824181c56d0605dcb7e22e6cfff6cd59da Mon Sep 17 00:00:00 2001 From: Nathan Christopher McRae Date: Sat, 21 Feb 2026 21:55:27 -0800 Subject: [PATCH] Add .guix_* --- .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..b3fd785 --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,4 @@ +(authorizations + (version 0) + (("BF2C984D163E47CAAA95AD589B06663352168487" + (name "nathanmcrae-key_ei")))) diff --git a/.guix_channel b/.guix_channel new file mode 100644 index 0000000..4bd12e4 --- /dev/null +++ b/.guix_channel @@ -0,0 +1,3 @@ +(channel + (version 0) + (url "https://git.nathanmcrae.name/nathanmcrae/guix-channel.git"))