aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
authorNick Van den Broeck <nick.van.den.broeck666@gmail.com>2019-05-14 11:34:45 +0200
committerNick Van den Broeck <nick.van.den.broeck666@gmail.com>2019-05-17 14:50:10 +0200
commitef6ae61503bed7afa73a45ca6a4fb3597a9e514d (patch)
treeedf2dfcbf924ebddc1e06302c6c20f310d313b58 /src/nix/command.hh
parent98f20dee41e9d4dccb5a6bbbd956ab856c5f7929 (diff)
Lockfile handling in `resolveFlake` is fixed
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r--src/nix/command.hh4
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(