Interpret the nix logs.

This commit is contained in:
Tom Alexander
2026-02-17 22:49:42 -05:00
parent d65c54d997
commit f797a19175
12 changed files with 756 additions and 25 deletions

9
README.org Normal file
View File

@@ -0,0 +1,9 @@
* Example invocations
** Run build
#+begin_src bash
RUST_BACKTRACE=1 RUST_LOG=nix_builder=DEBUG cargo run -- build --config example_config.toml --target odo
#+end_src
** Feed logs
#+begin_src bash
RUST_BACKTRACE=1 RUST_LOG=nix_builder=DEBUG cargo run -- feed-log --input ~/persist/tmp/nix_build
#+end_src