about summary refs log tree commit diff
path: root/src/nix/build.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/build.cc')
-rw-r--r--src/nix/build.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/build.cc b/src/nix/build.cc
index 915a066497b4..f7c99f12dbbf 100644
--- a/src/nix/build.cc
+++ b/src/nix/build.cc
@@ -15,7 +15,6 @@ struct CmdBuild : MixDryRun, InstallablesCommand
             .longName("out-link")
             .shortName('o')
             .description("path of the symlink to the build result")
-            .arity(1)
             .labels({"path"})
             .dest(&outLink);