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

View File

@@ -33,7 +33,6 @@ where
reference
};
// nixos-rebuild build --show-trace --sudo --max-jobs "$JOBS" --flake "$DIR/../../#odo" --log-format internal-json -v "${@}"
let mut command = Command::new("nixos-rebuild");
command.current_dir(build_path);
command.stdout(Stdio::piped());
@@ -47,7 +46,7 @@ where
"1",
"--log-format",
"internal-json",
"-v",
"-vvvvvvvvvvv",
"--keep-going",
]);
command.arg("--flake");