Force a dependency on generated dependencies json

This otherwise gets garbage-collected and then has to be regenerated on
next flake evaluation. It may not be that slow to regenerate, but it's
also tiny enough we may as well keep it alive.
This commit is contained in:
Marien Zwart 2024-06-16 23:34:53 +10:00
parent f8012b8785
commit 2a436566e8
No known key found for this signature in database
2 changed files with 10 additions and 7 deletions

View file

@ -401,11 +401,6 @@ There are a few issues:
determine packages to install and to determine package dependencies for
packages not in emacs-overlay. Especially the latter is slow.
- The dependency data probably gets garbage-collected, making subsequent
evaluation slow even if nothing changed. I intend to make the installed
packages depend on this data to work around this, but I have not implemented
it yet.
- Doom (currently) [does not native-compile ahead of
time](https://github.com/doomemacs/doomemacs/issues/6811), but Unstraightened
(or nixpkgs, really), does.