mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01:00
Progress bar: Handle verify
This commit is contained in:
parent
2f512dd29f
commit
07ba1eb67e
3 changed files with 46 additions and 3 deletions
|
|
@ -23,6 +23,7 @@ typedef enum {
|
|||
actEvaluate = 112,
|
||||
actLockFlake = 113,
|
||||
actQueryMissing = 114,
|
||||
actVerifyPath = 115,
|
||||
} ActivityType;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue