aboutsummaryrefslogtreecommitdiffstats
path: root/guix/INSTALL.md
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2014-11-22 14:22:53 +0800
committerTing-Wei Lan <lantw44@gmail.com>2014-11-22 15:11:54 +0800
commitc2af23106f2b5fc70274985b872b79b10054d5e3 (patch)
treed4a5aa4291ec95c596441ca319b7ed4efd722da6 /guix/INSTALL.md
parentb0a2890abfe2c5df989af5c061dd3c7233f5d10e (diff)
downloadcopr-rpm-spec-c2af23106f2b5fc70274985b872b79b10054d5e3.tar
copr-rpm-spec-c2af23106f2b5fc70274985b872b79b10054d5e3.tar.gz
copr-rpm-spec-c2af23106f2b5fc70274985b872b79b10054d5e3.tar.bz2
copr-rpm-spec-c2af23106f2b5fc70274985b872b79b10054d5e3.tar.lz
copr-rpm-spec-c2af23106f2b5fc70274985b872b79b10054d5e3.tar.xz
copr-rpm-spec-c2af23106f2b5fc70274985b872b79b10054d5e3.tar.zst
copr-rpm-spec-c2af23106f2b5fc70274985b872b79b10054d5e3.zip
guix: Do not install an empty /var/guix
Diffstat (limited to 'guix/INSTALL.md')
-rw-r--r--guix/INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/guix/INSTALL.md b/guix/INSTALL.md
index 87bf1e1..2ec1417 100644
--- a/guix/INSTALL.md
+++ b/guix/INSTALL.md
@@ -6,3 +6,8 @@ If you want more users for building packages, add more users to the
Start the `guix-daemon` by using systemd or manually running command
`guix-daemon --build-users-group=guix-builder` 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](http://hydra.gnu.org), you should run
+`guix archive --authorize --import < /usr/share/guix/hydra.gnu.org.pub`
+as root before using `guix package`.