Tobias Geerinckx-Rice <m...@tobias.gr> skribis: > On 06/01/17 14:59, rohit yadav wrote: >> Thanks for the reply. The proot (https://proot-me.github.io/) project >> allows you to map $HOME/gnu/store to /gnu/store etc. However, where I am >> struggling is the guixbuild users and group creation, and running guix >> daemon. > > I do exactly that as regular user on a shared shell server.
Oh, cool! > It avoids the drawbacks mentioned by Ludo', except for the lack of hard > build isolation: I just used --disable-chroot to side-step the build > user group issue. There may be ways around that too. OTOH, PRoot can presumably provide some level of isolation already, by simply having /gnu/store visible to the guix-daemon process, and not /usr/bin etc. Good to hear that it works for you, I’ll have to give it a try! Ludo’.