aboutsummaryrefslogtreecommitdiffstats
path: root/guix/INSTALL.md
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2014-11-22 03:44:59 +0800
committerTing-Wei Lan <lantw44@gmail.com>2014-11-22 03:44:59 +0800
commitecdda1d3ef9f7513d6b02f0802672771733311bd (patch)
tree8635d8946431e5875887f8a45c2a8a6a65ab6c9c /guix/INSTALL.md
parent0639cf607b8d1d4bb8926f088ad7c3867984c475 (diff)
downloadcopr-rpm-spec-ecdda1d3ef9f7513d6b02f0802672771733311bd.tar
copr-rpm-spec-ecdda1d3ef9f7513d6b02f0802672771733311bd.tar.gz
copr-rpm-spec-ecdda1d3ef9f7513d6b02f0802672771733311bd.tar.bz2
copr-rpm-spec-ecdda1d3ef9f7513d6b02f0802672771733311bd.tar.lz
copr-rpm-spec-ecdda1d3ef9f7513d6b02f0802672771733311bd.tar.xz
copr-rpm-spec-ecdda1d3ef9f7513d6b02f0802672771733311bd.tar.zst
copr-rpm-spec-ecdda1d3ef9f7513d6b02f0802672771733311bd.zip
Move packages in the addpkgs to its own project and update guix to 0.8
Diffstat (limited to 'guix/INSTALL.md')
-rw-r--r--guix/INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/guix/INSTALL.md b/guix/INSTALL.md
new file mode 100644
index 0000000..87bf1e1
--- /dev/null
+++ b/guix/INSTALL.md
@@ -0,0 +1,8 @@
+The post-install script will create an user and a group called `guix-builder`.
+
+If you want more users for building packages, add more users to the
+`guix-builder` group.
+
+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.