mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
modify logging defaults
This commit is contained in:
parent
a459ea2ad1
commit
d3a9286723
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ import oizys/[context, github, nix, overlay]# 3, logging
|
||||||
|
|
||||||
addHandler(
|
addHandler(
|
||||||
newFancyConsoleLogger(
|
newFancyConsoleLogger(
|
||||||
levelThreshold = lvlAll,
|
|
||||||
fmtPrefix = $bb"[b magenta]oizys"
|
fmtPrefix = $bb"[b magenta]oizys"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -37,7 +36,7 @@ overlay:
|
||||||
nixBuildHostDry(minimal, rest)
|
nixBuildHostDry(minimal, rest)
|
||||||
|
|
||||||
proc output(yes: bool = false) =
|
proc output(yes: bool = false) =
|
||||||
## output
|
## nixos config attr
|
||||||
echo nixosConfigAttrs().join(" ")
|
echo nixosConfigAttrs().join(" ")
|
||||||
|
|
||||||
proc update(
|
proc update(
|
||||||
|
|
Loading…
Reference in a new issue