Results 50 comments of Linus Heckemann

Wouldn't it be better for the default to not set a colour at all for anything that's not supposed to be "highlighted" in a particular colour? That works regardless of...

`fetchgit` isn't even being used here, and `fetchgit` should be free of this. The problem is that the _zip_s generated by GitHub aren't deterministic, even though their content is (and...

Draft, because: - I'm not 100% confident that there's nothing that works in pure-but-not-restricted eval but shouldn't work in the context of Hydra - This results in Flake evals being...

I think it's OK to do this. People disabling pure evaluation presumably have a good reason to do so.

In that case, I guess fixing https://github.com/NixOS/nix/issues/7098 in Nix is the right approach to solving this problem.

Does this even work when using the nixos module? `hydra-server.service` doesn't seem to have nix on its `PATH`. I also wonder if this is an appropriate approach given the other...

Regarding the latency, I think this should be fine because a lot of the queries are going to be repeats and the narinfo cache prevents repeated checks? Not 100% sure...

It should in fact be possible with the proposed format, and would be represented on the lockfile side in much the same way as the `follows` approach. Note also that...

> Dup FD1 (local logs) to FD3 so activation output is copied to the fifo AFAIU all the output will be sent to the FIFO only with this approach (you're...

Right, I think I may have misunderstood "Dup FD1 (local logs) to FD3 so activation output is copied to the fifo" then — I thought you wanted all output to...