Re: accidentally deleted ~/.config/guix/current directory

2019-11-01 Thread Julien Lepiller
Le 1 novembre 2019 12:48:52 GMT+01:00, r...@tuta.io a écrit : >well, can I restore it or generate new one =(   >? You can recreate the symlink like this: ln -sv /var/guix/profiles/per-user/$USER/current-guix ~/.config/guix/current I'm not on a guix system, so I'm not completel

accidentally deleted ~/.config/guix/current directory

2019-11-01 Thread rndd
well, can I restore it or generate new one =(   ?

Re: What exactly guix pull does and why is there a seperate profile at ~/.config/guix/current ?

2019-05-14 Thread Christopher Baines
actually took this long (hopefully), but it probably wasn't started immediately. 1: http://ci.guix.gnu.org/jobset/guix-modular-master 2: http://ci.guix.gnu.org/eval/5333 3: http://ci.guix.gnu.org/build/1321772 As far as I'm aware, this is more of a software issue with the current bui

Re: What exactly guix pull does and why is there a seperate profile at ~/.config/guix/current ?

2019-05-14 Thread Doron Behar
ot "will be built". Thinking about it from a Git development work flow perspective, maybe the Guix project should declare that no other thing then package additions / version updates should be merged to the master branch and that all core development should be done on a `develop` branch. T

Re: What exactly guix pull does and why is there a seperate profile at ~/.config/guix/current ?

2019-05-14 Thread Christopher Baines
Doron Behar writes: > I'm using Arch Linux and I'd like to get my hands dirty with Guix as an > alternative (but better) package manager. Unfortunately, I'm very > confused as for the role of `guix pull` and `guix package -u` and the > 'current guix profile'

What exactly guix pull does and why is there a seperate profile at ~/.config/guix/current ?

2019-05-13 Thread Doron Behar
Hey all, I'm using Arch Linux and I'd like to get my hands dirty with Guix as an alternative (but better) package manager. Unfortunately, I'm very confused as for the role of `guix pull` and `guix package -u` and the 'current guix profile' symlinked to ~/.config/guix/c

Re: Store on NFS (was Re: ~/.config/guix/current)

2018-07-16 Thread Ludovic Courtès
Mikhail Kryshen skribis: > Ludovic Courtès writes: > >> Oh right, I thought you were referring to the configuration of the >> master node. > > Concerning the master node, is there a way to specify NFS exports in > GuixSD OS configuration? You’d have to extend ‘etc-service-type’ to provide a /et

Store on NFS (was Re: ~/.config/guix/current)

2018-07-13 Thread Mikhail Kryshen
Ludovic Courtès writes: > Oh right, I thought you were referring to the configuration of the > master node. Concerning the master node, is there a way to specify NFS exports in GuixSD OS configuration? > The compute nodes would need to be able to mount /gnu/store early at > boot over NFS, and I

Re: ~/.config/guix/current

2018-07-13 Thread Ludovic Courtès
Mikhail Kryshen skribis: > Ludovic Courtès writes: > >>> Btw, is option a) possible on GuixSD? >> >> I think so. Why wouldn’t it? > > It looks like /gnu/store is needed early to boot the system. Oh right, I thought you were referring to the configuration of the master node. The compute nodes

Re: ~/.config/guix/current

2018-07-13 Thread Mikhail Kryshen
Ludovic Courtès writes: >> Btw, is option a) possible on GuixSD? > > I think so. Why wouldn’t it? It looks like /gnu/store is needed early to boot the system. Can you hint on how to configure GuixSD with /gnu/store on NFS? > Yes, we use option a) on a cluster at Inria (and Roel and Ricardo ha

Re: ~/.config/guix/current

2018-07-12 Thread Ludovic Courtès
aemon on every computer >>>- then /gnu/store and /var/guix/profiles will by local and user >>>profiles can be different on every computer, but >>>~/.config/guix/current will link to nonexistent store item if >>>"guix pull" was invoked

Re: ~/.config/guix/current

2018-07-11 Thread Mikhail Kryshen
>> b) guix-daemon on every computer >>- then /gnu/store and /var/guix/profiles will by local and user >>profiles can be different on every computer, but >>~/.config/guix/current will link to nonexistent store item if >>"guix pull" was invoked

Re: ~/.config/guix/current

2018-07-09 Thread Ludovic Courtès
e this specific issue. > b) guix-daemon on every computer >- then /gnu/store and /var/guix/profiles will by local and user > profiles can be different on every computer, but >~/.config/guix/current will link to nonexistent store item if >"guix pull"

~/.config/guix/current

2018-07-03 Thread Mikhail Kryshen
d user profiles can be different on every computer, but ~/.config/guix/current will link to nonexistent store item if "guix pull" was invoked by the same user on a different machine. Can/should this be fixed? Another question is why ~/.config/guix/current/etc/profile does not define