Re: Guix segfaults, how do I roll back?

2021-12-18 Thread Ricardo Wurmus
Wiktor Żelazny writes: > I just ran `guix pull` and the upgraded guix is greeting me with > Segmentation fault. How shall I proceed? Is it a good idea and is it > safe to relink ~/.config/guix/current from > /var/guix/profiles/per-user/$USERNAME/current-guix to the preceding > profile? You can

Re: Reference a store path of an input?

2021-12-18 Thread Jim Newsome
On 12/17/21 2:40 AM, Guillaume Le Vaillant wrote: I think you're looking for the 'search-input-directory' or 'search-input-file' function. There is some info about them in [1]. [1] https://guix.gnu.org/fr/blog/2021/the-big-change/ After reading the blog post I ended up using `$#glib`, but I s

Re: Reference a store path of an input?

2021-12-18 Thread Jim Newsome
On 12/17/21 2:41 AM, Nicolas Goaziou wrote: You may want to read about G-Expressions in Guix manual. Yup, I see a lot of the details I was having trouble finding are in 8.8 Derivations and 8.10 G-Expressions. See also for addition insig

Guix segfaults, how do I roll back?

2021-12-18 Thread Wiktor Żelazny
Dear list, I just ran `guix pull` and the upgraded guix is greeting me with Segmentation fault. How shall I proceed? Is it a good idea and is it safe to relink ~/.config/guix/current from /var/guix/profiles/per-user/$USERNAME/current-guix to the preceding profile? I’m on Guix System. Have a nice