simonzkl
simonzkl
Nope, that tmpdir isolation was all that was needed here. I think it's fine to close this. Thanks!
FWIW switching to `compression=zstd` fixed the issue for me. Using the default compression method consistently hanged `nix copy` for certain larger outputs (tested up to 10min before I interrupted). The...
> > FWIW switching to `compression=zstd` fixed the issue for me. > > @simonzkl Where did you set `compression=zstd`? I'd like to give this a try, but I see no...
This has caused a ton of hard to debug issues in our company where people installed nix-direnv through `nix profile` and left it out of date. From annoying warnings, to...
When designing the plugin system it would be nice to support some sort of early initialization phase that plugins can hook into to set process environmental variables that other plugins...
I don't think this is related. It kinda sounds like zsh executing a bash script or something like that.
> this concerns only the evaluator and maintains some extra data, the slowdown should not be more than 2x The slowdown is more like 45x. Imo this should be labeled...
Interestingly enough, this wasn't an issue in `2.18`. I only started running into this in `2.24`. There's probably a better way to fix this, but for now I'm working around...
Hm, the test suite can actually take a while to run, so the preference would be to only retry those that failed. I'm not trying to _explicitly_ look for flaky...
@jcamiel Happy to try and implement this myself, but I'd like to confirm with the team if this is something that's actually desired before investing time into it. I can...