diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-06-08 15:40:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-16 16:10:47 +0200 |
commit | a941e8fe1f2ef47be2b30a54925febbc7dfb5389 (patch) | |
tree | ed76f09731f4b475e6a0955e1f49e72654aca0b9 /.guix-channel | |
parent | 5bafc70d1e1daf6a91e8bf29a464263262505f2f (diff) |
.guix-channel: Add 'keyring-reference'.
* .guix-channel: Add 'keyring-reference'.
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index 3e618d79f8..f4459f1de1 100644 --- a/.guix-channel +++ b/.guix-channel @@ -2,4 +2,5 @@ (channel (version 0) - (news-file "etc/news.scm")) + (news-file "etc/news.scm") + (keyring-reference "keyring")) |