Merge pull request #246603 from yaxitech/image-repart-output-json

This commit is contained in:
Ryan Lahfa 2023-08-02 17:01:27 +02:00 committed by GitHub
commit 9616fc4149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,7 +195,9 @@ in
--seed="${cfg.seed}" \
--definitions="$amendedRepartDefinitions" \
--split="${lib.boolToString cfg.split}" \
image.raw
--json=pretty \
image.raw \
| tee repart-output.json
'';
meta = {