aboutsummaryrefslogtreecommitdiff
path: root/src/nix/build.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/build.cc')
-rw-r--r--src/nix/build.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nix/build.cc b/src/nix/build.cc
index 608946378..ef6b48969 100644
--- a/src/nix/build.cc
+++ b/src/nix/build.cc
@@ -1,4 +1,3 @@
-#include "primops/flake.hh"
#include "eval.hh"
#include "command.hh"
#include "common-args.hh"
@@ -29,7 +28,7 @@ struct CmdBuild : MixDryRun, InstallablesCommand
mkFlag()
.longName("no-update")
- .description("don't update the lock files")
+ .description("don't update the lock file")
.set(&update, false);
}