1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00

nix: Add -L alias for --print-build-logs

This commit is contained in:
Eelco Dolstra 2019-06-15 16:45:00 +02:00
parent 5064971ded
commit 26bc876ae6
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -45,6 +45,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
mkFlag()
.longName("print-build-logs")
.shortName('L')
.description("print full build logs on stderr")
.set(&printBuildLogs, true);