1
1
Fork 0
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:
Eelco Dolstra 2020-11-19 13:29:11 +01:00
parent 2f512dd29f
commit 07ba1eb67e
3 changed files with 46 additions and 3 deletions

View file

@ -23,6 +23,7 @@ typedef enum {
actEvaluate = 112,
actLockFlake = 113,
actQueryMissing = 114,
actVerifyPath = 115,
} ActivityType;
typedef enum {