Re: Bootstrapping Guix on HPC without Root

2017-07-17 Thread Ludovic Courtès
Hello! Wm Salt Hale skribis: > I have been attempting to install Guix on the University of > Washington's HPC using a modified bootstrapping script based on > https://github.com/pjotrp/nix-no-root > > The script can currently be found here (to be forked and pushed to GH > when verified as workin

Re: Bootstrapping Guix on HPC without Root

2017-07-13 Thread Pjotr Prins
Just read the script. I think this is actually the hard way of doing it and 'guix pull' should not work if you are not on /gnu/store. How about using proot (Ludo has some info here) and to bootstrap guix instead with guix and configure the build system like https://github.com/pjotrp/guix-not

Bootstrapping Guix on HPC without Root

2017-07-12 Thread Wm Salt Hale
Hello, I have been attempting to install Guix on the University of Washington's HPC using a modified bootstrapping script based on https://github.com/pjotrp/nix-no-root The script can currently be found here (to be forked and pushed to GH when verified as working): https://communitydata.cc/~salt