about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e35f52..03d207b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,12 @@ Add the [Guix channel] to `~/.config/guix/channels.scm`:
     (cons* (channel
             (name 'loftix)
             (url "https://trong.loang.net/~cnx/loftix")
-            (branch "main"))
+            (branch "main")
+            (introduction
+             (make-channel-introduction
+              "1b5437ce217590545f7a7319a5c62b6300aee6c4"
+              (openpgp-fingerprint
+               "838A FE0D 55DC 074E 360F  943A 84B6 9CE6 F3F6 B767"))))
            %default-channels)
 
 Then run `guix pull`.