diff options
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r-- | src/nix/command.hh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index 640c6cd16..30d869b19 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -76,10 +76,14 @@ struct SourceExprCommand : virtual Args, StoreCommand, MixEvalArgs { std::optional<Path> file; - bool updateLockFile = true; - SourceExprCommand(); + bool recreateLockFile = false; + + bool saveLockFile = true; + + bool noRegistries = false; + ref<EvalState> getEvalState(); std::vector<std::shared_ptr<Installable>> parseInstallables( |