diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-09-14 13:22:32 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-09-14 13:29:33 +0200 |
commit | 970366266b8df712f5f9cedb45af183ef5a8357f (patch) | |
tree | ef67f46d59adedf993730d06780efa7ea597e3cd /src/nix/build.cc | |
parent | 1c58ad2ffa698d17b7be56eab69a40ace64d0e21 (diff) |
Add "nix add-to-store" command
Diffstat (limited to 'src/nix/build.cc')
-rw-r--r-- | src/nix/build.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/build.cc b/src/nix/build.cc index 915a06649..f7c99f12d 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); |