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:
parent
562a6d2361
commit
e6ca275e23
3 changed files with 24 additions and 12 deletions
|
|
@ -22,6 +22,7 @@ typedef enum {
|
|||
actBuildWaiting = 111,
|
||||
actEvaluate = 112,
|
||||
actLockFlake = 113,
|
||||
actQueryMissing = 114,
|
||||
} ActivityType;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue