Parse the output from nix.

This commit is contained in:
Tom Alexander
2026-02-16 21:17:25 -05:00
parent c4c811a099
commit d65c54d997
5 changed files with 227 additions and 92 deletions

View File

@@ -1,3 +1,5 @@
mod high_level;
mod nix_output_stream;
mod output_stream;
mod running_build;
pub(crate) use high_level::*;