On Sun, 2019-09-01 at 10:15 +0200, Konrad Hinsen wrote:
> Hi Jesse,
>
> First of all, thanks for your suggestions!
>
> > > 1. What to put into the #! line to locate Guile.
> >
> > I don't think you need a shebang to script guile. If you do, you
> > could
> > always make a guix package for the s
Hi Meikel,
Meikel skribis:
> I try to install GuixSD into a kvm-based VM. I use a graphical tool (I
> assume it' s virt-manager) to get started. I follow the GuixSD
> installation with the graphical installer. When it comes to network
> connectivity I get some problems.
What problems did you ge
Hello David,
David Loyall skribis:
> I think the way `cargo` uses `libcurl` is preventing it from looking
> in the `CURL_CA_BUNDLE` environment variable to find where the
> certificate authority file is.
>
> Here we see what `cargo` I am using:
>
> sebboh@geeks ~/projects$ cargo -V
> car
Hey,
I'm unsure how well the substituter copes with unreliable network
connections, anecdotally it seems to often hang indefinitely.
Looking at the code [1], there is some code that looks like it would
cancel the substitution after some amount of time, but it also looks to
be disabled (as #:timeo
Hi Jesse,
First of all, thanks for your suggestions!
>> 1. What to put into the #! line to locate Guile.
> I don't think you need a shebang to script guile. If you do, you could
> always make a guix package for the scripts, and that will fix
> everything in the patch-shebangs phase.
Right, pack