mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Add -P shortName for --print-out-paths
This commit is contained in:
parent
7c506432ab
commit
eab6ce453d
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ struct CmdBuild : InstallablesCommand, MixDryRun, MixJSON, MixProfile
|
||||||
|
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "print-out-paths",
|
.longName = "print-out-paths",
|
||||||
|
.shortName = 'P',
|
||||||
.description = "Print the resulting output paths",
|
.description = "Print the resulting output paths",
|
||||||
.handler = {&printOutputPaths, true},
|
.handler = {&printOutputPaths, true},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue