diff options
-rw-r--r-- | guix/INSTALL.md | 5 |
1 files changed, 2 insertions, 3 deletions
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`. |