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

Show flake lock file updating in the progress bar

This commit is contained in:
Eelco Dolstra 2020-11-18 17:38:24 +01:00
parent ed80589a07
commit 966256c507
3 changed files with 19 additions and 11 deletions

View file

@ -21,6 +21,7 @@ typedef enum {
actPostBuildHook = 110,
actBuildWaiting = 111,
actEvaluate = 112,
actLockFlake = 113,
} ActivityType;
typedef enum {