1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 05:00:58 +01:00

Progress bar: Add a key to show what paths remain to be built/substituted

This commit is contained in:
Eelco Dolstra 2020-12-17 15:24:14 +01:00
parent 2392688a2d
commit ed80589a07
3 changed files with 74 additions and 20 deletions

View file

@ -32,6 +32,10 @@ typedef enum {
resProgress = 105,
resSetExpected = 106,
resPostBuildLogLine = 107,
resExpectBuild = 108,
resUnexpectBuild = 109,
resExpectSubstitution = 110,
resUnexpectSubstitution = 111,
} ResultType;
typedef uint64_t ActivityId;