1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 20:51:00 +01:00

Show queryMissing() in the progress bar

This commit is contained in:
Eelco Dolstra 2020-11-18 18:16:47 +01:00
parent 562a6d2361
commit e6ca275e23
3 changed files with 24 additions and 12 deletions

View file

@ -22,6 +22,7 @@ typedef enum {
actBuildWaiting = 111,
actEvaluate = 112,
actLockFlake = 113,
actQueryMissing = 114,
} ActivityType;
typedef enum {