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

Re: [ANN] Emacs-Guix 0.4.1

2018-07-16 Thread Pierre Neidhardt
Sorry for the long delay... :( > I think it can happen only if you added it to > GUIX_PACKAGE_PATH, did you? No I did not: --8<---cut here---start->8--- (getenv "GUIX_PACKAGE_PATH") $5 = "/home/ambrevar/.guix-packages" --8<---cut here

Re: Recommendations for browsing via Tor pre tor-browser?

2018-07-16 Thread Nils Gillmann
Christopher Lemmer Webber transcribed 254 bytes: > Anyone have recommendations on how they're doing web browsing via Tor, > sans tor-browser? In the interim I have been using the more > lightweight, non-js using browsers like links. > > What are you doing in the interim? icecat with a set of ext

Using GDB to debug Guix-installed software (e.g. virsh)

2018-07-16 Thread Chris Marusich
Hi, I sometimes want to debug Guix-installed software using GDB. Unfortunately, I've only been successful with trivial programs like GNU Hello. All of my attempts to debug actual problems have failed because I can't seem to get GDB to behave. It's a bit frustrating to bang my head on stuff like