Bjørn Forsman

Results 185 comments of Bjørn Forsman

> After adding both ConnectTimeout and ServerAliveInterval to my configuration, I haven't encountered any problems for approximately half a week. I'll continue testing to see if the problem appears again....

> I'm working around this by having an extra nix file that just duplicates the information and doesn't require any evaluation, but I'd love to get rid of it. Why...

Have you tried with `colmena --nix-option max-jobs 1 --nix-option cores 1`? It's supposed to work when doing local builds, which I think is the default.

IMHO, that would be feature creep and a bad idea. You need to have a way to exchange room info first anyway, why not continue using that channel for text...

Duplicate of https://github.com/szimek/sharedrop/issues/80.

> I'm not quite sure how to get this to pull the latest version utilizing mach-nix. Any help would be appreciated. Thank you. Can you post your Nix expression (.nix...

I don't have that layout (of `./env`) in my head, and to get mach-nix I'd need to write a Nix expression anyway -- I don't have it installed globally on...

How about this (untested): ``` mach-nix.mkPython { ... requirements = '' ${builtins.readFile "${src}/requirements.txt"} ${builtins.readFile "${src}/requirements-dev.txt"} ''; }; ```.

Ok, hehe, I wondered why nobody had done it if it was this easy.