1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Tom McLaughlin
0981c51045 New logger: JSON diffs
This is a new logger that outputs the build state in the form of a
series of RFC 6902 JSON patches. The first line it outputs is an empty
object, and then it periodically outputs diffs which transform the
initial object until the build completes.

This is used to efficiently support downstream tools which want to
consume Nix build information and display it in a UI.
2025-04-30 16:19:22 -07:00