Robert Hensing
Robert Hensing
First thing you'll want to do with these traces is grep for `the option`, which will usually tell you in which part of the config the problem occurs. (It used...
It's a line based format, so it seems you can find all you need with some string and list processing on `lib.strings.splitString "\n" (builtins.readFile ~/.gitconfig)`. What do you think is...
No built-in support was need when doing preparation for this feature in #20
We haven't got around to reimplementing the gc/coroutine integration yet. My understanding is that crystal-lang has found a way to pretend to bdwgc that coroutines do not exist, all active...
> what is preventing us to implement wrappers over system API [...] what's about Mac OS, Linux and other Unix platforms? Coroutines aren't standardized on unix-like systems, so I will...
> > // Save the current stack pointer to either the native stack or a stack from the extra stacks > > // This must be called before switching to...
`nix.settings` shouldn't warn yet. I've written https://github.com/NixOS/nixpkgs/pull/163451 to address this.
I've encountered this too after upgrading to Nix 2.10. I've had a look at the git log for src/libstore: - the error message indicates nix >=2.10, because of https://github.com/NixOS/nix/pull/6673/commits/475249db8aa3c998de594b94b38e08b04b117a6c -...
Retrying did not help, if that's what you mean. I have not encountered it for a second time yet, but that may entirely depend on my usage pattern, which is...
Observations: - narinfo data matches what's on the host; does not seem to be a corruption of the fields that produce the fingerprint - a manual `nix-store -r /nix/store/6s5h2cg5y4rm6ld28p5r2315bgcrjq4m-hercules-ci-agent.toml.drv --option...