diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-02-01 02:26:04 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-02-01 02:26:04 +0100 |
commit | 92135778711a5496de7988a40c1aec95a41e16d7 (patch) | |
tree | 165bb00b7816b08eaaa87891ae7c12bfe80d211e | |
parent | 2e844c2099fc15c90d62b49d17d0dbba92d80c67 (diff) |
Create Guix Authorization
This is needed for proper Guix Channel authentication
-rw-r--r-- | .guix-authorizations | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.guix-authorizations b/.guix-authorizations new file mode 100644 index 0000000..4b1847e --- /dev/null +++ b/.guix-authorizations @@ -0,0 +1,5 @@ +(authorizations (version 0) + + ;; Marek Paśnikowski + (("590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" + (name "marekpasnikowski")))) |