mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
Make --no-eval-cache a global setting
This commit is contained in:
parent
6146447842
commit
2ffc058950
6 changed files with 20 additions and 29 deletions
|
@ -375,6 +375,9 @@ struct EvalSettings : Config
|
|||
|
||||
Setting<bool> traceFunctionCalls{this, false, "trace-function-calls",
|
||||
"Emit log messages for each function entry and exit at the 'vomit' log level (-vvvv)."};
|
||||
|
||||
Setting<bool> useEvalCache{this, true, "eval-cache",
|
||||
"Whether to use the flake evaluation cache."};
|
||||
};
|
||||
|
||||
extern EvalSettings evalSettings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue