From 34bfc0fd452354ec6920ed321730e9bac7a9fba2 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sat, 29 Apr 2023 21:09:58 +0800 Subject: guix: Update instructions for importing public keys --- guix/INSTALL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'guix') diff --git a/guix/INSTALL.md b/guix/INSTALL.md index d52591c..d8f3b2d 100644 --- a/guix/INSTALL.md +++ b/guix/INSTALL.md @@ -7,7 +7,6 @@ Start the `guix-daemon` by using systemd or manually running command `guix-daemon --build-users-group=guixbuild` as root. `guix-daemon` will create most necessary files and directories when you first using it. -If you want to use prebuilt packages provided by -[GNU Hydra](https://hydra.gnu.org), you should run -`guix archive --authorize --import < /usr/share/guix/hydra.gnu.org.pub` +If you want to use prebuilt packages, you should run +`for i in /usr/share/guix/*.pub; do guix archive --authorize < "$i"; done` as root before using `guix package`. -- cgit v1.2.3