diff options
author | Nick Van den Broeck <nick.van.den.broeck666@gmail.com> | 2019-05-14 11:34:45 +0200 |
---|---|---|
committer | Nick Van den Broeck <nick.van.den.broeck666@gmail.com> | 2019-05-17 14:50:10 +0200 |
commit | ef6ae61503bed7afa73a45ca6a4fb3597a9e514d (patch) | |
tree | edf2dfcbf924ebddc1e06302c6c20f310d313b58 /src/nix/command.hh | |
parent | 98f20dee41e9d4dccb5a6bbbd956ab856c5f7929 (diff) |
Lockfile handling in `resolveFlake` is fixed
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r-- | src/nix/command.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh index 32a5047a8..30d869b19 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -80,6 +80,10 @@ struct SourceExprCommand : virtual Args, StoreCommand, MixEvalArgs bool recreateLockFile = false; + bool saveLockFile = true; + + bool noRegistries = false; + ref<EvalState> getEvalState(); std::vector<std::shared_ptr<Installable>> parseInstallables( |