1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
This commit is contained in:
Jonathan Ringer 2025-06-13 05:04:32 +00:00 committed by GitHub
commit 3c4305e199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,7 @@ struct CmdBuild : InstallablesCommand, MixOutLinkByDefault, MixDryRun, MixJSON,
{
addFlag({
.longName = "print-out-paths",
.shortName = 'P',
.description = "Print the resulting output paths",
.handler = {&printOutputPaths, true},
});