mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-23 03:45:50 -06:00
don't use multiline format
This commit is contained in:
parent
bbe7787d3e
commit
de5bfd63b0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ proc nixCommand*(cmd: string, nom: bool = false): string =
|
|||
result.addArg cmd
|
||||
if isResetCache():
|
||||
result.addArg "--narinfo-cache-negative-ttl 0"
|
||||
if not nom:
|
||||
if not (nom or isCi()):
|
||||
result.addArg "--log-format multiline"
|
||||
|
||||
proc nixosConfigAttr(host: string): string =
|
||||
|
|
Loading…
Add table
Reference in a new issue