From ecdda1d3ef9f7513d6b02f0802672771733311bd Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sat, 22 Nov 2014 03:44:59 +0800 Subject: Move packages in the addpkgs to its own project and update guix to 0.8 --- guix/INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 guix/INSTALL.md (limited to 'guix/INSTALL.md') 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. -- cgit v1.2.3