Robert Hensing
Robert Hensing
Triaged in Nix meeting today: Is this reproducible? Perhaps you local copy of `sbin` got replaced by a file due to some sort of corruption. Observations: - `sbin` is a...
Discussed in meeting: Mic92 tried this and it seems to work. Is this error consistently reproducible? Possible cause: bad connection, in which case a warning is logged, but it is...
> We should really keep the template metaprogramming to a minimum! Again for readability, this is not great since looking at this code, the reader has no idea what `F`...
I think we could just pass something like [`-o ServerAliveInterval=25`](https://man.openbsd.org/ssh_config#ServerAliveInterval) to the client process in `ssh.c`. That way will override user configuration, but it's a fairly low value, so I...
> This is not _for_ a particular system type, this is _built from_ a system (as in localSystem, not crossSystem). Local and cross are kinda bad terminology. I'd recommend the...
I've made some progress on one of the side-issues, which needs review: - https://github.com/NixOS/nixpkgs/pull/324614 Other than that, we seem to disagree on a fundamental issue, which is whether cross compilation...
Git fetching has been revised significantly since 2.18. Could you try with 2.24?
Thanks for letting us know. Observations: - This can happen to any cache (or database), including the fetcher cache and binary cache - The file may come with a separate...
This looks useful. I agree that writing to a file is not ideal. Also changing `caFile` isn't great, because `nix config show` will dump will show the effect of an...
> * We can add an `evalChecks` flake output attribute to allow a flake to provide its own self-checks. This might be a good means for flake-parts to implement global...