mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
Cache the Nix evaluation when possible
Hook into the evaluation to cache to cache the evaluation of flake members (stuff like `(builtins.getCache foo).bar.baz`). Also replaces the old eval cache that was used at the cli level.
This commit is contained in:
parent
4e98f0345c
commit
188ed75d54
27 changed files with 1324 additions and 1089 deletions
|
|
@ -8,4 +8,4 @@ libplugintest_ALLOW_UNDEFINED := 1
|
|||
|
||||
libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1
|
||||
|
||||
libplugintest_CXXFLAGS := -I src/libutil -I src/libexpr
|
||||
libplugintest_CXXFLAGS := -I src/libutil -I src/libexpr -I src/libstore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue