From ef6ae61503bed7afa73a45ca6a4fb3597a9e514d Mon Sep 17 00:00:00 2001 From: Nick Van den Broeck Date: Tue, 14 May 2019 11:34:45 +0200 Subject: Lockfile handling in `resolveFlake` is fixed --- src/nix/command.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nix/command.hh') 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 getEvalState(); std::vector> parseInstallables( -- cgit v1.2.3