1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 02:09:36 +01:00

Log BuildResult

This commit is contained in:
Eelco Dolstra 2025-03-13 19:42:52 +01:00
parent c515bc66f1
commit 762114b7c4
5 changed files with 75 additions and 21 deletions

View file

@ -39,6 +39,7 @@ typedef enum {
resPostBuildLogLine = 107,
resFetchStatus = 108,
resHashMismatch = 109,
resBuildResult = 110,
} ResultType;
typedef uint64_t ActivityId;