Results 618 comments of piegames

Obviously, every change to the source will result in having to rebuild everything. However, at the moment, the whole repository is marked as source. This means that even non-code changes...

Thanks for the review. The hashes are indeed a problem. People are already working on this, see for example https://github.com/NixOS/rfcs/pull/62, but it's a really hard problem so it will take...

Silly mistake, I should have tried it out locally. It's a bit annoying that you have to enable the CI for my PR every time I push :(

> What exactly is the use case for this? In what scenario would it be used where you don't already have an outer build system or script that can copy...

> ...? But in that case you need to have invoked them using --target in the first place, which means you already know what the triple is. One problematic use...

> ... and it really should use ~/.local/bin; there's precedent already in the behavior pip install --user, at least. > ~/.local/bin is not specified by the XDG spec. FWIW, there...

> but they opted not to have an env-var for the location I am mildy confused about realizing this *only now*, there were way too many similar patches in discussion...

Maybe this could be tackled together with #244?

An option to dynamically inject an exclude check might be a more general approach to the problem. There is more than one approach other than cachedir to deal with this...

Some relevant discussion in #243