dont unnecessarily recompile dependencies #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently when you change unrelated files (e.g. nix code in the projekt) your dependencies have to recompile which takes quite some time.
I already tried to fix this in #9 however the changes there did infact not fix the problem and further research is needed.
This is already impelemetned, see here