-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable frequent rebuild of palette.json
when image is not changed?
#666
Comments
@danth might be more helpful here, since I am not very familiar with this part of the code base: Lines 119 to 125 in e309d64
Implementing the Vim highlight groups may involve rewriting the |
I managed to binary search the problem, which relates to using stylix across multiple flakes. I have a shared repository with some wrapper modules that set up my desktop machines, which I use across multiple private flakes. It sets Lines 37 to 45 in e309d64
The solution is setting |
I'm aware that as of efb734f the output of the palette generator is no longer directly part of the system closure, despite what it says in the comment. This is because the colors loaded via an import-from-derivation and substituted into Reverting this change would force the palette generator to always run, even if a manual scheme is configured, because it would be pulled into the configuration. |
Is there a way to not generate
palette.json
every single time if mystylix.image
never changes?It adds at least 20 seconds of build every single time I update flake inputs. This is a pain for iteration of configuration, and since I have stylix enabled on a few machines, it adds non-considerable "wasted" time to compute something identical every time.
The text was updated successfully, but these errors were encountered: