diff --git a/src/nix/build.cc b/src/nix/build.cc index 479100186..ef3d7a7e9 100644 --- a/src/nix/build.cc +++ b/src/nix/build.cc @@ -90,6 +90,7 @@ struct CmdBuild : InstallablesCommand, MixDryRun, MixJSON, MixProfile addFlag({ .longName = "print-out-paths", + .shortName = 'P', .description = "Print the resulting output paths", .handler = {&printOutputPaths, true}, });