Interpret the nix logs.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user