mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
home-manager: support --log-format flag (#6093)
You can now pass `--log-format FORMAT` to `nix-build`, useful for piping into `nix-output-monitor`.
This commit is contained in:
parent
22a36aa709
commit
229648c51e
2 changed files with 10 additions and 1 deletions
|
|
@ -45,6 +45,7 @@
|
|||
.Op Fl -keep-failed
|
||||
.Op Fl -keep-going
|
||||
.Op Bro Fl L | Fl -print-build-logs Brc
|
||||
.Op Fl -log-format
|
||||
.Op Fl -show-trace
|
||||
.Op Fl -(no-)substitute
|
||||
.Op Fl -no-out-link
|
||||
|
|
@ -335,6 +336,13 @@ when building from a flake\&.
|
|||
.RE
|
||||
.Pp
|
||||
|
||||
.It Cm Fl -log-format Ar format
|
||||
.RS 4
|
||||
Passed on to
|
||||
\fBnix-build\fR(1)\&.
|
||||
.RE
|
||||
.Pp
|
||||
|
||||
.It Cm Fl -show-trace
|
||||
.RS 4
|
||||
Passed on to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue